File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
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** !
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ hello_world::__cortex_m_rt_main () at ~/embedded-discovery/src/06-hello-world/sr
110
110
```
111
111
112
112
Now issue a ` next ` command which will exectue ` aux6::init() ` and
113
- stop at he next executable statement in ` main.rs ` , which
113
+ stop at the next executable statement in ` main.rs ` , which
114
114
positions us at line 12:
115
115
116
116
``` text
You can’t perform that action at this time.
0 commit comments