mirror of
https://github.com/italicsjenga/rp-hal-boards.git
synced 2025-01-11 13:01:30 +11:00
Fixed a formatting typo
This commit is contained in:
parent
b0c15ccc77
commit
87b29bf9f4
|
@ -50,8 +50,9 @@ rp-hal/boards/pico $ cargo run --release --example <name>
|
|||
If you get an error about not being able to find `elf2uf2-rs`, try:
|
||||
|
||||
```console
|
||||
$ cargo install elf2uf2-rs, then repeating the `cargo run` command above.
|
||||
$ cargo install elf2uf2-rs
|
||||
```
|
||||
then try repeating the `cargo run` command above.
|
||||
|
||||
### [pico_blinky](./examples/pico_blinky.rs)
|
||||
|
||||
|
|
Loading…
Reference in a new issue