mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-22 06:42:32 +00:00
minor fix
This commit is contained in:
parent
04147b4147
commit
d6636ca116
@ -37,6 +37,7 @@ pub struct ReadableDmaRingBuffer<'a, W: Word> {
|
||||
}
|
||||
|
||||
#[derive(Debug, PartialEq)]
|
||||
#[cfg_attr(feature = "defmt", derive(defmt::Format))]
|
||||
pub struct OverrunError;
|
||||
|
||||
pub trait DmaCtrl {
|
||||
|
Loading…
Reference in New Issue
Block a user