README and comment change for pico-w examples (#242)

This commit is contained in:
David Christensen
2022-07-16 17:14:49 -04:00
committed by GitHub
parent 3a0b299569
commit 15e7d06abd
2 changed files with 2 additions and 2 deletions

View File

@@ -110,7 +110,7 @@ App|Description
### Pico W Networking
These eaxmples are for the Pico W, and are only available for `PICO_BOARD=pico_w`
These examples are for the Pico W, and are only available for `PICO_BOARD=pico_w`
App|Description
---|---

View File

@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.12)
if (PICO_CYW43_SUPPORTED) # set by BOARD=pico-w
if (PICO_CYW43_SUPPORTED) # set by PICO_BOARD=pico_w
if (NOT TARGET pico_cyw43_arch)
message("Skipping Pico W examples as support is not available")
else()