Skip to content

Commit e191b36

Browse files
bors[bot]D4ntin
andauthored
Merge #317
317: Update flash-it.md r=adamgreig a=D4ntin fixed typo "First thing we need ~is~ to do is launch OpenOCD." Co-authored-by: D4ntin <9372835+D4ntin@users.noreply.github.com>
2 parents 5cf2fb4 + c7875f4 commit e191b36

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)