summaryrefslogtreecommitdiff
path: root/cmake-nRF5x
diff options
context:
space:
mode:
authorMichele Bini <michele.bini@gmail.com>2022-04-15 11:10:42 (GMT)
committerMichele Bini <michele.bini@gmail.com>2022-04-16 12:16:03 (GMT)
commit9f682f4132a71ca1fef0b567b1334031df382abb (patch)
treeb76a59df388e507969b7d13ecd6ed4455af76c88 /cmake-nRF5x
parent2e367ec0aea857a1aee7306a2de893f96a60f2df (diff)
remove app timer, with the exception of header, to keep APP_TIMER_TICKS definition.
Diffstat (limited to 'cmake-nRF5x')
-rwxr-xr-xcmake-nRF5x/CMake_nRF5x.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmake-nRF5x/CMake_nRF5x.cmake b/cmake-nRF5x/CMake_nRF5x.cmake
index c7d0a68..9bf63f2 100755
--- a/cmake-nRF5x/CMake_nRF5x.cmake
+++ b/cmake-nRF5x/CMake_nRF5x.cmake
@@ -106,7 +106,6 @@ macro(nRF5x_setup)
${NRF5_SDK_PATH}/external/freertos/source/stream_buffer.c
${NRF5_SDK_PATH}/external/freertos/source/tasks.c
${NRF5_SDK_PATH}/external/freertos/source/timers.c
- ${NRF5_SDK_PATH}/components/libraries/timer/app_timer_freertos.c
)
# freertos include
@@ -335,7 +334,6 @@ endmacro(nRF5x_addAppFIFO)
# adds app-level Timer libraries
macro(nRF5x_addAppTimer)
list(APPEND SDK_SOURCE_FILES
- "${NRF5_SDK_PATH}/components/libraries/timer/app_timer.c"
)
endmacro(nRF5x_addAppTimer)