diff options
| author | Jorge Aparicio <jorge@japaric.io> | 2017-07-14 20:47:06 -0500 |
|---|---|---|
| committer | Jorge Aparicio <jorge@japaric.io> | 2017-07-14 20:47:06 -0500 |
| commit | e9788ff9b69a3725f39db4aa31c36946b53bea64 (patch) | |
| tree | 6565d35473ff8405e120b063384e50fa3c8fc38e /src/lib.rs | |
| parent | 98596554b3d88a7619bdbc3ac7462a95b7263e96 (diff) | |
rename rtfm! to app! and adapt to changes in rtfm-syntax
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ extern crate static_ref; use core::cell::UnsafeCell; -pub use cortex_m_rtfm_macros::rtfm; +pub use cortex_m_rtfm_macros::app; pub use cortex_m::asm::{bkpt, wfi}; pub use cortex_m::interrupt::CriticalSection; pub use cortex_m::interrupt::free as atomic; |
