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