Skip to content

Commit 15e7d06

Browse files
README and comment change for pico-w examples (#242)
1 parent 3a0b299 commit 15e7d06

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ App|Description
110110

111111
### Pico W Networking
112112

113-
These eaxmples are for the Pico W, and are only available for `PICO_BOARD=pico_w`
113+
These examples are for the Pico W, and are only available for `PICO_BOARD=pico_w`
114114

115115
App|Description
116116
---|---

pico_w/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.12)
22

3-
if (PICO_CYW43_SUPPORTED) # set by BOARD=pico-w
3+
if (PICO_CYW43_SUPPORTED) # set by PICO_BOARD=pico_w
44
if (NOT TARGET pico_cyw43_arch)
55
message("Skipping Pico W examples as support is not available")
66
else()

0 commit comments

Comments
 (0)