Skip to content

Commit

Permalink
Fix message displayed when cyw43-driver is missing
Browse files Browse the repository at this point in the history
  • Loading branch information
peterharperuk committed Sep 3, 2024
1 parent 50d495d commit 0c88be2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ endfunction()

# Add blink example
if (PICO_CYW43_SUPPORTED AND NOT TARGET pico_cyw43_arch)
message("Skipping blink for Pico W as support is not available")
message("Wi-Fi driver is not available")
else()
add_subdirectory_exclude_platforms(blink)
endif()
Expand Down

0 comments on commit 0c88be2

Please sign in to comment.