Skip to content

Commit 6d02d76

Browse files
authored
oops
1 parent aa5f92d commit 6d02d76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pico_w/wifi/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ else()
2020
add_subdirectory_exclude_platforms(http_client)
2121
add_subdirectory_exclude_platforms(mqtt)
2222

23-
if (NOT TARGET pico_mbed_tls)
23+
if (NOT TARGET pico_mbedtls)
2424
message("Skipping tls_client and ota_update examples as Mbed TLS is not available")
2525
else()
2626
add_subdirectory_exclude_platforms(tls_client)

0 commit comments

Comments
 (0)