We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 243db15 commit bf1049eCopy full SHA for bf1049e
src/05-led-roulette/the-challenge.md
@@ -29,7 +29,7 @@ manually on each GDB session.
29
Using an editor create `openocd.gdb` in the root of the Cargo project, right next to the `Cargo.toml`:
30
31
``` console
32
-vi openocd.gdb
+nano openocd.gdb
33
```
34
35
And add the following text:
@@ -48,7 +48,7 @@ also add a `[build]` section with `thumbv7em-none-eabihf` so we don't
48
have to specify the `--target` when using `cargo build` or `cargo run`:
49
50
51
-vi .cargo/config
+nano .cargo/config
52
53
54
Replacing the contents with the text below. This adds `-x openocd.gdb` to
0 commit comments