Update tools/CMakeLists.txt
Some checks failed
Bazel presubmit checks / bazel-build-check (macos-latest) (push) Has been cancelled
Bazel presubmit checks / bazel-build-check (ubuntu-latest) (push) Has been cancelled
Bazel presubmit checks / other-bazel-checks (push) Has been cancelled
Check Configs / check-configs (push) Has been cancelled
CMake / build (push) Has been cancelled

This commit is contained in:
will-v-pi 2025-06-30 16:22:37 +01:00 committed by GitHub
parent 6dac21fff2
commit c3fdf91962
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -295,7 +295,7 @@ endfunction()
# This sets the target property PICOTOOL_UF2_PACKAGE_ADDR to PACKADDR and calls
# pico_ensure_load_map(TARGET).
#
# \param\ PACKADDR The address to package the UF2 to
# \param\ PACKADDR The address to package the UF2 to, either "FLASH" or a specific address
function(pico_package_uf2_output TARGET PACKADDR)
picotool_check_configurable(${TARGET})
if (${PACKADDR} STREQUAL "FLASH")