mirror of
https://github.com/italicsjenga/rp-hal-boards.git
synced 2025-01-26 03:06:32 +11:00
Fixed a formatting typo
This commit is contained in:
parent
b0c15ccc77
commit
87b29bf9f4
1 changed files with 2 additions and 1 deletions
|
@ -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:
|
If you get an error about not being able to find `elf2uf2-rs`, try:
|
||||||
|
|
||||||
```console
|
```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)
|
### [pico_blinky](./examples/pico_blinky.rs)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue