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

8 lines
105 B
Rust
Raw Permalink Normal View History

#![no_main]
#[rtfm::app(device = lm3s6965)]
const APP: () = {
#[task]
fn a(_: a::Context) {}
};