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 a47f0b8 commit 4b7fbc7Copy full SHA for 4b7fbc7
esp-hal/src/exception_handler/mod.rs
@@ -49,7 +49,7 @@ unsafe extern "C" fn ExceptionHandler(context: &TrapFrame) -> ! {
49
};
50
51
panic!(
52
- "Exception '{}' mepc={:08x}, mtval={:08x}\n{:?}",
+ "Exception '{}' mepc=0x{:08x}, mtval=0x{:08x}\n{:?}",
53
code, mepc, mtval, context
54
);
55
}
0 commit comments