diff options
Diffstat (limited to 'examples/t-binds.rs')
-rw-r--r-- | examples/t-binds.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/t-binds.rs b/examples/t-binds.rs index dda8e201..588ac46f 100644 --- a/examples/t-binds.rs +++ b/examples/t-binds.rs @@ -7,7 +7,7 @@ use panic_halt as _; -#[rtfm::app(device = lm3s6965)] +#[rtic::app(device = lm3s6965)] const APP: () = { #[init] fn init(_: init::Context) {} |