diff options
Diffstat (limited to 'ui/extern-interrupt-not-enough.rs')
-rw-r--r-- | ui/extern-interrupt-not-enough.rs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ui/extern-interrupt-not-enough.rs b/ui/extern-interrupt-not-enough.rs new file mode 100644 index 00000000..f2624036 --- /dev/null +++ b/ui/extern-interrupt-not-enough.rs @@ -0,0 +1,7 @@ +#![no_main] + +#[rtic::app(device = lm3s6965)] +mod app { + #[task] + fn a(_: a::Context) {} +} |