Skip to content

Commit 94a95b8

Browse files
bors[bot]TASSDevon
andauthored
Merge #384
384: Fix typo in openocd.gdb r=adamgreig a=TASSDevon Co-authored-by: Devon Kerkhove <devon@skyon.be>
2 parents 9a9f694 + 6d0ecc0 commit 94a95b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/openocd.gdb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ monitor itm port 0 on
2323
# Set a breakpoint at main, aka entry
2424
break main
2525

26-
# Set a breakpiont at DefaultHandler
26+
# Set a breakpoint at DefaultHandler
2727
break DefaultHandler
2828

29-
# Set a breakpiont at HardFault
29+
# Set a breakpoint at HardFault
3030
break HardFault
3131

3232
# Continue running until we hit the main breakpoint

0 commit comments

Comments
 (0)