Skip to content

Commit

Permalink
fix small bug in esp8266 gdb stub
Browse files Browse the repository at this point in the history
  • Loading branch information
tve committed Apr 17, 2016
1 parent 2c3f6f7 commit cee7141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion targets/esp8266/gdbstub.c
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ static void printReason() {
}
os_printf("\n");
//print_stack(reg->pc, sp, 0x3fffffb0);
print_stack(reg->pc, getaregval(1), 0x3fffffb0);
print_stack(getaregval(1), 0x3fffffb0);
}

extern void ets_wdt_disable();
Expand Down

0 comments on commit cee7141

Please sign in to comment.