OpenOCD doc fix, fix gdbstub

This commit is contained in:
Jeroen Domburg
2016-11-01 15:41:10 +08:00
parent c7f8d206ed
commit 8c1d1e19c2
2 changed files with 4 additions and 4 deletions

View File

@@ -351,7 +351,7 @@ static int gdbReadCommand() {
void gdbstubPanicHandler(XtExcFrame *frame) {
void esp_gdbstub_panic_handler(XtExcFrame *frame) {
dumpHwToRegfile(frame);
//Make sure txd/rxd are enabled
PIN_PULLUP_DIS(PERIPHS_IO_MUX_U0TXD_U);