Skip to content

Commit 6987b01

Browse files
authored
Fix typo in 05-led-roulette/the-challenge
The text said to modify `../.cargo/config.toml`, but the command was given to modify `../openocd.gdb`.
1 parent 79fe204 commit 6987b01

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)