Skip to content

Commit

Permalink
Reverting panic format tweak done for defmt
Browse files Browse the repository at this point in the history
  • Loading branch information
lionelains committed Nov 23, 2024
1 parent 5c18049 commit 6274505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boards/hal/src/rpi/rpi4/panic_wait.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ fn panic(info: &PanicInfo) -> ! {
location,
line,
column,
info.message().unwrap_or(&format_args!("")),
info.message(),
);

cpu_core::wait_forever()
Expand Down

0 comments on commit 6274505

Please sign in to comment.