1 2 3 4 5 6 7 8 9
#![no_main] #![no_std] use app as _; #[cortex_m_rt::entry] fn main() -> ! { defmt::panic!() }