Skip to content

Commit 8a2ae24

Browse files
authored
Merge pull request #4175 from nvlsianpu/nRF52840_rm_apptimer
[NRF52840]: Remove unwanted nRF5 SDK's app_timer libarary.
2 parents a67eca5 + 55fbd7a commit 8a2ae24

File tree

7 files changed

+1
-1862
lines changed

7 files changed

+1
-1862
lines changed

targets/TARGET_NORDIC/TARGET_NRF5_SDK13/TARGET_MCU_NRF52840/sdk/sdk_config.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2883,7 +2883,7 @@
28832883
// <e> APP_TIMER_ENABLED - app_timer - Application timer functionality
28842884
//==========================================================
28852885
#ifndef APP_TIMER_ENABLED
2886-
#define APP_TIMER_ENABLED 1
2886+
#define APP_TIMER_ENABLED 0
28872887
#endif
28882888
#if APP_TIMER_ENABLED
28892889
// <q> APP_TIMER_WITH_PROFILER - Enable app_timer profiling

0 commit comments

Comments
 (0)