Enable fastest supported clock.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2025-02-19 13:36:11 +01:00
parent d8da775218
commit b7590b12d1

View File

@@ -26,6 +26,7 @@ else()
if(ENABLE_EMULATION)
else()
set(PICO_USE_FASTEST_SUPPORTED_CLOCK 1)
include(pico_sdk_import.cmake)
endif()