We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6657416 commit 6829265Copy full SHA for 6829265
enc_bootloader/CMakeLists.txt
@@ -20,8 +20,7 @@ if (NOT USE_PRECOMPILED)
20
21
# Temporary import handling, to ensure SDK branch with PICO_MINIMAL_VECTOR_TABLE is present
22
file(READ ${PICO_SDK_PATH}/src/rp2_common/pico_crt0/crt0.S CRT0_S)
23
- file(READ ${PICO_SDK_PATH}/src/rp2_common/hardware_clocks/clocks.c CLOCKS_C)
24
- if ((CRT0_S MATCHES "PICO_MINIMAL_VECTOR_TABLE") AND (CLOCKS_C MATCHES "clock_configure_mhz"))
+ if (CRT0_S MATCHES "PICO_MINIMAL_VECTOR_TABLE")
25
include(${PICO_SDK_PATH}/external/pico_sdk_import.cmake)
26
else()
27
# This clones the will-v-pi/pico-sdk repo on the self-decrypting branch
0 commit comments