Added bare_metal::CriticalSection to init::Context

This commit is contained in:
Emil Fresk 2020-10-01 20:01:25 +02:00
parent 4d61437bb4
commit fb61a78cdd
3 changed files with 10 additions and 0 deletions

View file

@ -4,6 +4,7 @@ use core::{
};
pub use crate::tq::{NotReady, TimerQueue};
pub use bare_metal::CriticalSection;
#[cfg(armv7m)]
pub use cortex_m::register::basepri;
pub use cortex_m::{