rtic/mc/examples/smallest.rs

8 lines
103 B
Rust
Raw Normal View History

#![no_main]
#![no_std]
use panic_halt as _;
#[rtfm::app(cores = 2, device = mc)]
const APP: () = {};