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