#![no_main] #![no_std] use panic_halt as _; use rp_pico::entry; #[entry] fn main() -> ! { loop {} }