We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c7d1b7 commit fed9251Copy full SHA for fed9251
libraries/GDBStub/README.rst
@@ -34,11 +34,11 @@ Using GDB stub
34
Tips and tricks
35
---------------
36
37
-- To halt the target when software WDT fires, add
+- Upon including GDBStub.h in the sketch, the target is automatically halted when software WDT fires, with
38
39
::
40
41
- ((int*)0) = 0;
+ *((int*)0) = 0;
42
43
at the top of ``__wrap_system_restart_local`` in
44
core\_esp8266\_postmortem.c.
0 commit comments