mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 12:35:28 +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]);
|
panicPutHex(regs[x + y + 1]);
|
||||||
panicPutStr(" ");
|
panicPutStr(" ");
|
||||||
}
|
}
|
||||||
panicPutStr("\r\n");
|
|
||||||
}
|
}
|
||||||
|
panicPutStr("\r\n");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user