mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-20 14:55:30 +01:00
wip3, examples lock3 and lock4 now express intended use, relation to Exclusive still not resolved
This commit is contained in:
parent
c360ffaad8
commit
7c504668da
5 changed files with 263 additions and 87 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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue