Fix export of SYST

This commit is contained in:
Emil Fresk 2021-09-28 10:18:43 +02:00
parent 5e5a4c117c
commit 7c6588e6bd
4 changed files with 4 additions and 5 deletions

View file

@ -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;