use defmt::panic instead of core::panic in example
This commit is contained in:
+1
-1
@@ -7,5 +7,5 @@ use {{crate_name}} as _; // global logger + panicking-behavior + memory layout
|
|||||||
fn main() -> ! {
|
fn main() -> ! {
|
||||||
defmt::info!("main");
|
defmt::info!("main");
|
||||||
|
|
||||||
panic!()
|
defmt::panic!()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user