From d76e53f80b234de4e3fe284440478b7a57604867 Mon Sep 17 00:00:00 2001 From: Pol Henarejos Date: Mon, 25 Aug 2025 01:41:01 +0200 Subject: [PATCH] Do not call pico_sdk_init. Signed-off-by: Pol Henarejos --- CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c601804..21ec147 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,10 +31,6 @@ else() set(CMAKE_C_STANDARD 11) set(CMAKE_CXX_STANDARD 17) - if(NOT ENABLE_EMULATION) - pico_sdk_init() - endif() - if(NOT DEFINED __FOR_CI) set(__FOR_CI 0) endif()