diff options
author | 2020-06-13 01:21:22 +0200 | |
---|---|---|
committer | 2020-06-13 01:21:22 +0200 | |
commit | 7c504668dab4334baefefefd952044a28bc1f4c8 (patch) | |
tree | d181c11007cdc0a16b11e73585a1a32e92dc51cf /src/lib.rs | |
parent | c360ffaad8a2349a8bb210c2de2eed40d1765fd7 (diff) | |
download | rtic-7c504668dab4334baefefefd952044a28bc1f4c8.tar.gz rtic-7c504668dab4334baefefefd952044a28bc1f4c8.tar.zst rtic-7c504668dab4334baefefefd952044a28bc1f4c8.zip |
wip3, examples lock3 and lock4 now express intended use, relation to Exclusive still not resolved
Diffstat (limited to '')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |