diff options
| author | Emil Fresk <emil.fresk@gmail.com> | 2020-12-12 23:24:54 +0100 |
|---|---|---|
| committer | Emil Fresk <emil.fresk@gmail.com> | 2020-12-12 23:24:54 +0100 |
| commit | 8e8ec9b7b879adae8d4de6cb2320b9b19290a7e0 (patch) | |
| tree | 73f8c0664b9af8a9d98f54aabcd6ea6cd59a6765 /src/export.rs | |
| parent | 97a48983d2859740983cbf342e1287182426ed44 (diff) | |
Monotonic codegen now passing compile stage
Diffstat (limited to 'src/export.rs')
| -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 080b1f6..ab5984e 100644 --- a/src/export.rs +++ b/src/export.rs @@ -3,7 +3,7 @@ use core::{ sync::atomic::{AtomicBool, Ordering}, }; -// pub use crate::tq::{NotReady, TimerQueue}; +pub use crate::tq::{NotReady, TimerQueue}; pub use bare_metal::CriticalSection; #[cfg(armv7m)] pub use cortex_m::register::basepri; |
