rename rtfm! to app! and adapt to changes in rtfm-syntax

This commit is contained in:
Jorge Aparicio 2017-07-14 20:47:06 -05:00
parent 98596554b3
commit e9788ff9b6
4 changed files with 27 additions and 28 deletions

View file

@ -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;