Skip to content

Commit 375ff54

Browse files
committed
remove unused function
1 parent 3b37ec1 commit 375ff54

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

Arduino/System/BoardBuildTargets.cmake

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -952,13 +952,3 @@ function(_get_def_env_options str return_defs)
952952
set("${return_defs}" "${_defs}" PARENT_SCOPE)
953953

954954
endfunction()
955-
956-
function (target_link_esp32_sdk target_name)
957-
file(GLOB_RECURSE SDKFILES
958-
"${ARDUINO_BOARD_RUNTIME_PLATFORM_PATH}/tools/sdk/include/*.h"
959-
"${ARDUINO_BOARD_RUNTIME_PLATFORM_PATH}/tools/sdk/include/*.cpp")
960-
961-
target_sources("${target_name}" PUBLIC ${SDKFILES})
962-
963-
target_include_directories("${target_name}" PUBLIC "${ARDUINO_BOARD_RUNTIME_PLATFORM_PATH}/tools/sdk/include/esp32")
964-
endfunction()

0 commit comments

Comments
 (0)