Skip to content

Commit

Permalink
pico_use_partition_firmware -> pico_use_wifi_firmware_partition
Browse files Browse the repository at this point in the history
  • Loading branch information
will-v-pi committed Nov 22, 2024
1 parent 9730601 commit cfd0c34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rp2_common/pico_cyw43_driver/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ if (EXISTS ${PICO_CYW43_DRIVER_PATH}/${CYW43_DRIVER_TEST_FILE})

pico_promote_common_scope_vars()

function(pico_use_partition_firmware TARGET)
function(pico_use_wifi_firmware_partition TARGET)
if (PICO_PLATFORM STREQUAL "rp2040")
message(FATAL_ERROR "RP2040 does not support storing wi-fi firmware in partitions")
endif()
Expand Down

0 comments on commit cfd0c34

Please sign in to comment.