aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorGravatar Per Lindgren <per.lindgren@ltu.se> 2020-06-13 01:21:22 +0200
committerGravatar Per Lindgren <per.lindgren@ltu.se> 2020-06-13 01:21:22 +0200
commit7c504668dab4334baefefefd952044a28bc1f4c8 (patch)
treed181c11007cdc0a16b11e73585a1a32e92dc51cf /src/lib.rs
parentc360ffaad8a2349a8bb210c2de2eed40d1765fd7 (diff)
downloadrtic-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.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 50036531..5705711c 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -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;