diff options
| author | Emil Fresk <emil.fresk@gmail.com> | 2021-09-28 10:18:43 +0200 |
|---|---|---|
| committer | Emil Fresk <emil.fresk@gmail.com> | 2021-09-28 10:38:22 +0200 |
| commit | 7c6588e6bdacf7de161fd5e6bcd7ab969d10a240 (patch) | |
| tree | ee03041cdb9f872118d9fa8d35f4ca356abe8f81 /src | |
| parent | 5e5a4c117c696c36c6bd4b02f66e9b9e793c3e64 (diff) | |
Fix export of SYST
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 8fdcb67..48a7d06 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; |
