Skip to content

Commit

Permalink
rp2/README: Fix name of RPI_PICO_W board.
Browse files Browse the repository at this point in the history
Signed-off-by: Wanlin Wang <dgideas@outlook.com>
  • Loading branch information
DGideas authored and dpgeorge committed Oct 2, 2023
1 parent 1660c78 commit 2772b88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ports/rp2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ called `firmware.uf2`.
If you are using a different board other than a Rasoberry Pi Pico, then you should
pass the board name to the build; e.g. for Raspberry Pi Pico W:

$ make BOARD=PICO_W submodules
$ make BOARD=PICO_W clean
$ make BOARD=PICO_W
$ make BOARD=RPI_PICO_W submodules
$ make BOARD=RPI_PICO_W clean
$ make BOARD=RPI_PICO_W

## Deploying firmware to the device

Expand Down

0 comments on commit 2772b88

Please sign in to comment.