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

@@ -5,6 +5,7 @@ use serde::{Deserialize, Serialize};
#[derive(Debug, Eq, PartialEq, Copy, Clone, IntoPrimitive, TryFromPrimitive)]
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
#[cfg_attr(feature = "defmt", derive(defmt::Format))]
#[repr(u8)]
pub enum Subservice {
TmAcceptanceSuccess = 1,