diff options
| -rw-r--r-- | embassy-nrf/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-nrf/src/lib.rs b/embassy-nrf/src/lib.rs index ee29ce20b..cb629902a 100644 --- a/embassy-nrf/src/lib.rs +++ b/embassy-nrf/src/lib.rs | |||
| @@ -100,7 +100,7 @@ mod chip; | |||
| 100 | pub mod interrupt { | 100 | pub mod interrupt { |
| 101 | //! Interrupt definitions and macros to bind them. | 101 | //! Interrupt definitions and macros to bind them. |
| 102 | pub use cortex_m::interrupt::{CriticalSection, Mutex}; | 102 | pub use cortex_m::interrupt::{CriticalSection, Mutex}; |
| 103 | pub use embassy_cortex_m::interrupt::*; | 103 | pub use embassy_cortex_m::interrupt::{Binding, Handler, Interrupt, InterruptExt, Priority}; |
| 104 | 104 | ||
| 105 | pub use crate::chip::irqs::*; | 105 | pub use crate::chip::irqs::*; |
| 106 | 106 | ||
