diff options
Diffstat (limited to 'src/export.rs')
-rw-r--r-- | src/export.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/export.rs b/src/export.rs index 48a7d06e..a124c78b 100644 --- a/src/export.rs +++ b/src/export.rs @@ -6,6 +6,7 @@ use core::{ pub use crate::tq::{NotReady, TimerQueue}; pub use bare_metal::CriticalSection; pub use cortex_m::{ + asm::nop, asm::wfi, interrupt, peripheral::{scb::SystemHandler, DWT, NVIC, SCB, SYST}, |