mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 12:10:59 +00:00
Fix panic register dump format
This commit is contained in:
@@ -352,8 +352,8 @@ static void commonErrorHandler(XtExcFrame *frame)
|
||||
panicPutHex(regs[x + y + 1]);
|
||||
panicPutStr(" ");
|
||||
}
|
||||
panicPutStr("\r\n");
|
||||
}
|
||||
panicPutStr("\r\n");
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user