Skip to content

Commit 3c93d14

Browse files
authored
Update rp2040.rst (#1704)
isPicoW was missing the rp2040. qualifier.
1 parent 5639ede commit 3c93d14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/rp2040.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ overhead).
8181
Hardware Identification
8282
-----------------------
8383

84-
bool isPicoW()
85-
~~~~~~~~~~~~~~
84+
bool rp2040.isPicoW()
85+
~~~~~~~~~~~~~~~~~~~~~
8686
Returns the core's best guess if this code is running on a Raspberry Pi Pico W.
8787
This would let you, possibly, use the same UF2 for Pico and PicoW by simply not
8888
doing any WiFi calls.

0 commit comments

Comments
 (0)