wip3, examples lock3 and lock4 now express intended use, relation to Exclusive still not resolved

This commit is contained in:
Per Lindgren 2020-06-13 01:21:22 +02:00
parent c360ffaad8
commit 7c504668da
5 changed files with 263 additions and 87 deletions

View file

@ -51,7 +51,7 @@ use cortex_m::{
#[cfg(all(not(feature = "heterogeneous"), not(feature = "homogeneous")))]
use cortex_m_rt as _; // vector table
pub use cortex_m_rtic_macros::app;
pub use rtic_core::{Exclusive, Mutex};
pub use rtic_core::Mutex;
#[cfg(armv7m)]
pub mod cyccnt;