Skip to content

Commit 7c9416a

Browse files
Merge #373
373: Fix typo in 05-led-roulette/the-challenge r=adamgreig a=WaffleLapkin The text said to modify `../.cargo/config.toml`, but the command was given to modify `../openocd.gdb`. Co-authored-by: Waffle Lapkin <waffle.lapkin@gmail.com>
2 parents 79fe204 + 6987b01 commit 7c9416a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/05-led-roulette/the-challenge.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ step
7373

7474
Now we need to modify the `../.cargo/config.toml` file to execute `../openocd.gdb`
7575
``` console
76-
nano ../openocd.gdb
76+
nano ../.cargo/config.toml
7777
```
7878

7979
Edit your `runner` command ` -x ../openocd.gdb`.

0 commit comments

Comments
 (0)