diff options
Diffstat (limited to 'examples/t-late-not-send.rs')
-rw-r--r-- | examples/t-late-not-send.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/t-late-not-send.rs b/examples/t-late-not-send.rs index 4fd3504e..c464e73b 100644 --- a/examples/t-late-not-send.rs +++ b/examples/t-late-not-send.rs @@ -11,7 +11,7 @@ pub struct NotSend { _0: PhantomData<*const ()>, } -#[rtfm::app(device = lm3s6965)] +#[rtic::app(device = lm3s6965)] const APP: () = { struct Resources { x: NotSend, |