aboutsummaryrefslogtreecommitdiff
path: root/homogeneous/examples/smallest.rs
diff options
context:
space:
mode:
Diffstat (limited to 'homogeneous/examples/smallest.rs')
-rw-r--r--homogeneous/examples/smallest.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/homogeneous/examples/smallest.rs b/homogeneous/examples/smallest.rs
index b99476c7..913e489f 100644
--- a/homogeneous/examples/smallest.rs
+++ b/homogeneous/examples/smallest.rs
@@ -3,5 +3,5 @@
use panic_halt as _;
-#[rtfm::app(cores = 2, device = homogeneous)]
+#[rtic::app(cores = 2, device = homogeneous)]
const APP: () = {};