diff options
Diffstat (limited to 'examples/smallest.rs')
-rw-r--r-- | examples/smallest.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/smallest.rs b/examples/smallest.rs index 7b26a852..ec3fa970 100644 --- a/examples/smallest.rs +++ b/examples/smallest.rs @@ -4,7 +4,7 @@ #![no_std] use panic_semihosting as _; // panic handler -use rtfm::app; +use rtic::app; #[app(device = lm3s6965)] const APP: () = {}; |