diff options
Diffstat (limited to 'examples/init.rs')
-rw-r--r-- | examples/init.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/init.rs b/examples/init.rs index 194e3ec4..315969f0 100644 --- a/examples/init.rs +++ b/examples/init.rs @@ -8,7 +8,7 @@ use cortex_m_semihosting::{debug, hprintln}; use panic_semihosting as _; -#[rtfm::app(device = lm3s6965, peripherals = true)] +#[rtic::app(device = lm3s6965, peripherals = true)] const APP: () = { #[init] fn init(cx: init::Context) { |