aboutsummaryrefslogtreecommitdiff
path: root/src/export.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/export.rs')
-rw-r--r--src/export.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/export.rs b/src/export.rs
index 572068ce..96c444bf 100644
--- a/src/export.rs
+++ b/src/export.rs
@@ -9,7 +9,7 @@ pub use cortex_m::register::basepri;
pub use cortex_m::{
asm::wfi,
interrupt,
- peripheral::{scb::SystemHandler, syst::SystClkSource, DWT},
+ peripheral::{scb::SystemHandler, syst::SystClkSource, DWT, NVIC},
Peripherals,
};
use heapless::spsc::{MultiCore, SingleCore};