mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-18 22:05:37 +01:00
Fix export of SYST
This commit is contained in:
parent
5e5a4c117c
commit
7c6588e6bd
4 changed files with 4 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue