Skip to content

Commit fed9251

Browse files
d-a-vigrr
authored andcommitted
update readme about automated crash with GDBStub
1 parent 8c7d1b7 commit fed9251

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libraries/GDBStub/README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ Using GDB stub
3434
Tips and tricks
3535
---------------
3636

37-
- To halt the target when software WDT fires, add
37+
- Upon including GDBStub.h in the sketch, the target is automatically halted when software WDT fires, with
3838

3939
::
4040

41-
((int*)0) = 0;
41+
*((int*)0) = 0;
4242

4343
at the top of ``__wrap_system_restart_local`` in
4444
core\_esp8266\_postmortem.c.

0 commit comments

Comments
 (0)