aboutsummaryrefslogtreecommitdiff
path: root/examples/not-sync.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/not-sync.rs')
-rw-r--r--examples/not-sync.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/not-sync.rs b/examples/not-sync.rs
index 7ce2a82f..57b18d75 100644
--- a/examples/not-sync.rs
+++ b/examples/not-sync.rs
@@ -14,7 +14,7 @@ pub struct NotSync {
_0: PhantomData<*const ()>,
}
-#[rtfm::app(device = lm3s6965)]
+#[rtic::app(device = lm3s6965)]
const APP: () = {
struct Resources {
#[init(NotSync { _0: PhantomData })]