mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-21 22:32:29 +00:00
Remove unneeded NoDma struct
This commit is contained in:
parent
55a63a5417
commit
9c9b7b1a66
@ -96,10 +96,6 @@ impl State {
|
||||
|
||||
static STATE: State = State::new();
|
||||
|
||||
pub struct NoDma;
|
||||
|
||||
impl_peripheral!(NoDma);
|
||||
|
||||
mod sealed {
|
||||
pub trait Channel {}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user