I don't think so - all my panics so far (unwrapping errors etc.) end up here. ``` #[defmt::panic_handler] fn panic() -> ! { defmt::error!(); cortex_m::asm::udf() } ```