aboutsummaryrefslogtreecommitdiff
path: root/homogeneous/examples/x-schedule.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--homogeneous/examples/x-schedule.rs (renamed from mc/examples/x-schedule.rs)2
1 files changed, 1 insertions, 1 deletions
diff --git a/mc/examples/x-schedule.rs b/homogeneous/examples/x-schedule.rs
index 76e70acf..12b5cb80 100644
--- a/mc/examples/x-schedule.rs
+++ b/homogeneous/examples/x-schedule.rs
@@ -3,7 +3,7 @@
use panic_halt as _;
-#[rtfm::app(cores = 2, device = mc, monotonic = mc::MT)]
+#[rtfm::app(cores = 2, device = homogeneous, monotonic = homogeneous::MT)]
const APP: () = {
#[init(core = 0, spawn = [ping])]
fn init(c: init::Context) {