Skip to content

Commit c27c654

Browse files
bors[bot]shradej1
andcommitted
Merge #175
175: Chapter 7: Breakpoint should be set on HardFault r=therealprof a=shradej1 UserHardFault renamed to HardFault in cortex-m-rt: rust-embedded/cortex-m-rt@790e424 Co-authored-by: Joshua Shrader <[email protected]>
2 parents ef02ab8 + 1b09791 commit c27c654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/07-registers/openocd.gdb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ monitor tpiu config internal itm.txt uart off 8000000
55
monitor itm port 0 on
66
load
77
break DefaultHandler
8-
break UserHardFault
8+
break HardFault
99
break main
1010
continue

0 commit comments

Comments
 (0)