cortex-m: remove owned interrupts.
This commit is contained in:
@ -75,7 +75,7 @@ pub(crate) mod _generated {
|
||||
pub mod interrupt {
|
||||
//! Interrupt definitions and macros to bind them.
|
||||
pub use cortex_m::interrupt::{CriticalSection, Mutex};
|
||||
pub use embassy_cortex_m::interrupt::{Binding, Handler, Interrupt, InterruptExt, Priority};
|
||||
pub use embassy_cortex_m::interrupt::{Binding, Handler, Interrupt, Priority};
|
||||
|
||||
pub use crate::_generated::interrupt::*;
|
||||
|
||||
|
Reference in New Issue
Block a user