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