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