diff options
Diffstat (limited to 'examples/task.rs')
-rw-r--r-- | examples/task.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/task.rs b/examples/task.rs index e515c936..f510df74 100644 --- a/examples/task.rs +++ b/examples/task.rs @@ -9,7 +9,7 @@ use cortex_m_semihosting::{debug, hprintln}; use panic_semihosting as _; #[rtic::app(device = lm3s6965)] -mod APP { +mod app { #[init(spawn = [foo])] fn init(c: init::Context) { c.spawn.foo().unwrap(); |