diff options
| -rw-r--r-- | embassy-stm32/src/dma/ringbuffer.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-stm32/src/dma/ringbuffer.rs b/embassy-stm32/src/dma/ringbuffer.rs index c5b42060a..23f1d67d5 100644 --- a/embassy-stm32/src/dma/ringbuffer.rs +++ b/embassy-stm32/src/dma/ringbuffer.rs | |||
| @@ -37,6 +37,7 @@ pub struct ReadableDmaRingBuffer<'a, W: Word> { | |||
| 37 | } | 37 | } |
| 38 | 38 | ||
| 39 | #[derive(Debug, PartialEq)] | 39 | #[derive(Debug, PartialEq)] |
| 40 | #[cfg_attr(feature = "defmt", derive(defmt::Format))] | ||
| 40 | pub struct OverrunError; | 41 | pub struct OverrunError; |
| 41 | 42 | ||
| 42 | pub trait DmaCtrl { | 43 | pub trait DmaCtrl { |
