summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWanlin Wang <dgideas@outlook.com>2023-09-30 17:48:25 +0800
committerDamien George <damien@micropython.org>2023-10-02 11:46:38 +1100
commit2772b88f6a57257bdf27d9eecbccdb98e4820a42 (patch)
treee949c707b6d04635dd067378063c948c440132b7
parent1660c787956968c6a2cc19919d16014ddcbdd4ed (diff)
rp2/README: Fix name of RPI_PICO_W board.
Signed-off-by: Wanlin Wang <dgideas@outlook.com>
-rw-r--r--ports/rp2/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/ports/rp2/README.md b/ports/rp2/README.md
index 3f152b818..e22fb3093 100644
--- a/ports/rp2/README.md
+++ b/ports/rp2/README.md
@@ -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