mirror of
https://github.com/espressif/esp-idf
synced 2025-03-12 10:39:11 -04:00
panic: remove extra newline
This commit is contained in:
parent
6f40b528fa
commit
2f7d327978
@ -313,7 +313,7 @@ void xt_unhandled_exception(XtExcFrame *frame)
|
||||
} else {
|
||||
panicPutStr("Unknown");
|
||||
}
|
||||
panicPutStr(")\r\n");
|
||||
panicPutStr(")");
|
||||
if (esp_cpu_in_ocd_debug_mode()) {
|
||||
panicPutStr(" at pc=");
|
||||
panicPutHex(frame->pc);
|
||||
|
Loading…
x
Reference in New Issue
Block a user