Skip to content

Commit c7875f4

Browse files
authored
Update flash-it.md
fixed typo "First thing we need ~is~ to do is launch OpenOCD."
1 parent 5cf2fb4 commit c7875f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/05-led-roulette/flash-it.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ In this case, our `led-roulette` program will be the *only* program in the micro
77
By this I mean that there's nothing else running on the microcontroller: no OS, no "daemon",
88
nothing. `led-roulette` has full control over the device.
99

10-
Onto the actual flashing. First thing we need is to do is launch OpenOCD. We did that in the
10+
Onto the actual flashing. First thing we need to do is launch OpenOCD. We did that in the
1111
previous section but this time we'll run the command inside a temporary directory (`/tmp` on \*nix;
1212
`%TEMP%` on Windows).
1313

0 commit comments

Comments
 (0)