Skip to content

Commit 55fbd7a

Browse files
committed
[NRF52840]: Removed unwanted nRF5 SDK's app_timer libarary.
The Library is unused by the port. It breaks "non-rtos" compilation.
1 parent 7d65b0f commit 55fbd7a

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)