rtic/ui/single/extern-interrupt-not-enough.rs

8 lines
105 B
Rust
Raw Normal View History

#![no_main]
2020-06-11 19:18:29 +02:00
#[rtic::app(device = lm3s6965)]
const APP: () = {
#[task]
fn a(_: a::Context) {}
};