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 8fdcb67e..48a7d06e 100644
--- a/src/export.rs
+++ b/src/export.rs
@@ -8,7 +8,7 @@ pub use bare_metal::CriticalSection;
pub use cortex_m::{
asm::wfi,
interrupt,
- peripheral::{scb::SystemHandler, DWT, NVIC, SCB},
+ peripheral::{scb::SystemHandler, DWT, NVIC, SCB, SYST},
Peripherals,
};
pub use heapless::sorted_linked_list::SortedLinkedList;