#![no_std] #![no_main] use wspr_beacon::exit; #[cortex_m_rt::entry] fn main() -> ! { defmt::info!("Hello, world!"); exit() }