Skip to content

Commit 6829265

Browse files
committed
clock_configure_mhz no longer used
1 parent 6657416 commit 6829265

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

enc_bootloader/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ if (NOT USE_PRECOMPILED)
2020

2121
# Temporary import handling, to ensure SDK branch with PICO_MINIMAL_VECTOR_TABLE is present
2222
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"))
23+
if (CRT0_S MATCHES "PICO_MINIMAL_VECTOR_TABLE")
2524
include(${PICO_SDK_PATH}/external/pico_sdk_import.cmake)
2625
else()
2726
# This clones the will-v-pi/pico-sdk repo on the self-decrypting branch

0 commit comments

Comments
 (0)