summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichiel W. Beijen <mb@x14.nl>2024-04-02 21:58:29 +0200
committerDamien George <damien@micropython.org>2024-04-22 10:20:54 +1000
commit3129b69e0f990d9f9bf8cc73d7650ddd8a5e06a3 (patch)
treea9a7ff167a150f543104809c4da9e3ff3b079cd0
parent19844b4983066c5771cb60a341c3fce52bca2a87 (diff)
rp2/README: Fix typo, improve sentence about building with other boards.
Signed-off-by: Michiel W. Beijen <mb@x14.nl>
-rw-r--r--ports/rp2/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/rp2/README.md b/ports/rp2/README.md
index e22fb3093..c2f3771cd 100644
--- a/ports/rp2/README.md
+++ b/ports/rp2/README.md
@@ -37,7 +37,7 @@ You can also build the standard CMake way. The final firmware is found in
the top-level of the CMake build directory (`build` by default) and is
called `firmware.uf2`.
-If you are using a different board other than a Rasoberry Pi Pico, then you should
+If you are using a board other than a Raspberry Pi Pico, you should
pass the board name to the build; e.g. for Raspberry Pi Pico W:
$ make BOARD=RPI_PICO_W submodules