aboutsummaryrefslogtreecommitdiff
path: root/homogeneous/examples/x-spawn.rs
diff options
context:
space:
mode:
Diffstat (limited to 'homogeneous/examples/x-spawn.rs')
-rw-r--r--homogeneous/examples/x-spawn.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/homogeneous/examples/x-spawn.rs b/homogeneous/examples/x-spawn.rs
index a76ac61c..45bc9003 100644
--- a/homogeneous/examples/x-spawn.rs
+++ b/homogeneous/examples/x-spawn.rs
@@ -3,7 +3,7 @@
use panic_halt as _;
-#[rtfm::app(cores = 2, device = homogeneous)]
+#[rtic::app(cores = 2, device = homogeneous)]
const APP: () = {
#[init(core = 0, spawn = [foo])]
fn init(c: init::Context) {