aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJorge Aparicio <jorge@japaric.io>2017-07-14 20:47:06 -0500
committerJorge Aparicio <jorge@japaric.io>2017-07-14 20:47:06 -0500
commite9788ff9b69a3725f39db4aa31c36946b53bea64 (patch)
tree6565d35473ff8405e120b063384e50fa3c8fc38e /src
parent98596554b3d88a7619bdbc3ac7462a95b7263e96 (diff)
rename rtfm! to app! and adapt to changes in rtfm-syntax
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index daca2d0..c1c7c8f 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -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;