mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-03 20:54:32 +02:00
panic: remove extra newline
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user