forked from espressif/esp-idf
panic: remove extra newline
This commit is contained in:
@@ -313,7 +313,7 @@ void xt_unhandled_exception(XtExcFrame *frame)
|
|||||||
} else {
|
} else {
|
||||||
panicPutStr("Unknown");
|
panicPutStr("Unknown");
|
||||||
}
|
}
|
||||||
panicPutStr(")\r\n");
|
panicPutStr(")");
|
||||||
if (esp_cpu_in_ocd_debug_mode()) {
|
if (esp_cpu_in_ocd_debug_mode()) {
|
||||||
panicPutStr(" at pc=");
|
panicPutStr(" at pc=");
|
||||||
panicPutHex(frame->pc);
|
panicPutHex(frame->pc);
|
||||||
|
Reference in New Issue
Block a user