summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
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 /src/CMakeLists.txt
parent2e367ec0aea857a1aee7306a2de893f96a60f2df (diff)
remove app timer, with the exception of header, to keep APP_TIMER_TICKS definition.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 86460c9..c0df7b2 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -53,7 +53,6 @@ set(SDK_SOURCE_FILES
${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
# Libs
"${NRF5_SDK_PATH}/components/libraries/atomic/nrf_atomic.c"