Skip to content

Commit 102d90d

Browse files
bors[bot]leetie
andauthored
Merge #301
301: fix typo, link r=eldruin a=leetie Fix typo, link. Co-authored-by: Jesse Parsons <59420931+leetie@users.noreply.github.com>
2 parents 34becce + c241dea commit 102d90d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/06-hello-world/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,9 @@ $ itmdump -F -f itm.txt
7171
This command will block as `itmdump` is now watching the `itm.txt` file. Leave this terminal open.
7272

7373
Make sure that the STM32F3DISCOVERY board is connected to your computer. Open another terminal
74-
from `/tmp` directory (on Windows `%TEMP%`) to launch OpenOCD similar as described in chapter
75-
[First OpenOCD connection]: ../03-setup/verify.html#first-openocd-connection
74+
from `/tmp` directory (on Windows `%TEMP%`) to launch OpenOCD similar as described in [chapter 3].
75+
76+
[chapter 3]: ../03-setup/verify.html#first-openocd-connection
7677

7778
Alright. Now, let's build the starter code and flash it into the microcontroller.
7879

@@ -103,7 +104,7 @@ target remote :3333
103104
# Load will flash the code
104105
load
105106

106-
# Eanble demangling asm names on disassembly
107+
# Enable demangling asm names on disassembly
107108
set print asm-demangle on
108109

109110
# Enable pretty printing

0 commit comments

Comments
 (0)