diff options
Diffstat (limited to 'src/events.rs')
| -rw-r--r-- | src/events.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/events.rs b/src/events.rs index 9e6bb9625..b9c8cca6b 100644 --- a/src/events.rs +++ b/src/events.rs | |||
| @@ -6,7 +6,7 @@ use core::num; | |||
| 6 | use embassy_sync::blocking_mutex::raw::CriticalSectionRawMutex; | 6 | use embassy_sync::blocking_mutex::raw::CriticalSectionRawMutex; |
| 7 | use embassy_sync::pubsub::{PubSubChannel, Publisher, Subscriber}; | 7 | use embassy_sync::pubsub::{PubSubChannel, Publisher, Subscriber}; |
| 8 | 8 | ||
| 9 | #[derive(Clone, Copy, PartialEq, Eq, num_enum::FromPrimitive)] | 9 | #[derive(Debug, Clone, Copy, PartialEq, Eq, num_enum::FromPrimitive)] |
| 10 | #[cfg_attr(feature = "defmt", derive(defmt::Format))] | 10 | #[cfg_attr(feature = "defmt", derive(defmt::Format))] |
| 11 | #[repr(u8)] | 11 | #[repr(u8)] |
| 12 | pub enum Event { | 12 | pub enum Event { |
