mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-26 02:00:26 +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