Skip to content

Commit 0c88be2

Browse files
committed
Fix message displayed when cyw43-driver is missing
1 parent 50d495d commit 0c88be2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ endfunction()
4444

4545
# Add blink example
4646
if (PICO_CYW43_SUPPORTED AND NOT TARGET pico_cyw43_arch)
47-
message("Skipping blink for Pico W as support is not available")
47+
message("Wi-Fi driver is not available")
4848
else()
4949
add_subdirectory_exclude_platforms(blink)
5050
endif()

0 commit comments

Comments
 (0)