File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ break DefaultHandler
63
63
# Set a breakpiont at HardFault
64
64
break HardFault
65
65
66
- # Continue running and unill we hit the main breakpoint
66
+ # Continue running and until we hit the main breakpoint
67
67
continue
68
68
69
69
# Step from the trampoline code in entry into main
@@ -149,4 +149,4 @@ the [embedded discovery book](https://github.com/rust-embedded/discovery) so you
149
149
can save your changes in your own branch of your fork. We suggest creating
150
150
your own branch and leaving the ` master ` branch alone so the ` master ` branch
151
151
of your fork can stay in sync with the upstream repo. Also, it allows you to
152
- more easily create PR's and improve this book, ** thank you in advance** !
152
+ more easily create PR's and improve this book, ** thank you in advance** !
You can’t perform that action at this time.
0 commit comments