diff options
| author | Jorge Aparicio <jorge@japaric.io> | 2019-09-15 18:36:00 +0200 |
|---|---|---|
| committer | Jorge Aparicio <jorge@japaric.io> | 2019-09-15 18:36:00 +0200 |
| commit | 7aa270cb92180abfc9102a69efdde378c3396b5e (patch) | |
| tree | 7d9770cd357e584d85ef6ddc32bddd1a937d1020 /src | |
| parent | da675dc35f373a38ab97cdc9813162e9d87507f9 (diff) | |
don't use deprecated API
Diffstat (limited to 'src')
| -rw-r--r-- | src/export.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/export.rs b/src/export.rs index 572068c..96c444b 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}; |
