add some missing defmt impls

This commit is contained in:
Robin Mueller
2025-09-10 17:34:00 +02:00
parent 4e153e0b68
commit 2a0b21983e
5 changed files with 10 additions and 1 deletions

View File

@@ -102,6 +102,7 @@ pub trait UnsignedEnumExt: UnsignedEnum + Debug + Copy + Clone + PartialEq + Eq
#[derive(Debug, Copy, Clone, PartialEq, Eq)]
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
#[cfg_attr(feature = "defmt", derive(defmt::Format))]
pub enum UnsignedByteFieldError {
/// Value is too large for specified width of byte field.
ValueTooLargeForWidth {