diff options
Diffstat (limited to 'ui/single/extern-interrupt-not-enough.rs')
-rw-r--r-- | ui/single/extern-interrupt-not-enough.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/single/extern-interrupt-not-enough.rs b/ui/single/extern-interrupt-not-enough.rs index 53820b52..f2624036 100644 --- a/ui/single/extern-interrupt-not-enough.rs +++ b/ui/single/extern-interrupt-not-enough.rs @@ -1,7 +1,7 @@ #![no_main] #[rtic::app(device = lm3s6965)] -const APP: () = { +mod app { #[task] fn a(_: a::Context) {} -}; +} |