We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae0df60 commit 0c324d3Copy full SHA for 0c324d3
src/bin/panic.rs
@@ -7,5 +7,5 @@ use {{crate_name}} as _; // global logger + panicking-behavior + memory layout
7
fn main() -> ! {
8
defmt::info!("main");
9
10
- panic!()
+ defmt::panic!()
11
}
0 commit comments