diff options
author | 2017-06-05 20:57:17 -0500 | |
---|---|---|
committer | 2017-06-05 20:57:17 -0500 | |
commit | 984171edf6b077015cc4229693460b49198a32da (patch) | |
tree | d8a880871194642f0ce45d435410a5ce00e03d42 /src | |
parent | b1e54883ac48e1a13df01648158eecd497f91d10 (diff) | |
download | rtic-984171edf6b077015cc4229693460b49198a32da.tar.gz rtic-984171edf6b077015cc4229693460b49198a32da.tar.zst rtic-984171edf6b077015cc4229693460b49198a32da.zip |
fix unused macro error
Diffstat (limited to 'src')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -445,6 +445,7 @@ pub use cortex_m::asm::{bkpt, wfi}; pub use cortex_m::peripheral::NVIC as _NVIC; /// Compiler barrier +#[cfg(not(thumbv6m))] macro_rules! barrier { () => { asm!("" |