aboutsummaryrefslogtreecommitdiff
path: root/ui/single/extern-interrupt-not-enough.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ui/single/extern-interrupt-not-enough.rs')
-rw-r--r--ui/single/extern-interrupt-not-enough.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/single/extern-interrupt-not-enough.rs b/ui/single/extern-interrupt-not-enough.rs
index 39c5d8ea..53820b52 100644
--- a/ui/single/extern-interrupt-not-enough.rs
+++ b/ui/single/extern-interrupt-not-enough.rs
@@ -1,6 +1,6 @@
#![no_main]
-#[rtfm::app(device = lm3s6965)]
+#[rtic::app(device = lm3s6965)]
const APP: () = {
#[task]
fn a(_: a::Context) {}