diff options
| author | Michele Bini <michele.bini@gmail.com> | 2022-04-15 11:10:42 (GMT) |
|---|---|---|
| committer | Michele Bini <michele.bini@gmail.com> | 2022-04-16 12:16:03 (GMT) |
| commit | 9f682f4132a71ca1fef0b567b1334031df382abb (patch) | |
| tree | b76a59df388e507969b7d13ecd6ed4455af76c88 /src/sdk_config.h | |
| parent | 2e367ec0aea857a1aee7306a2de893f96a60f2df (diff) | |
remove app timer, with the exception of header, to keep APP_TIMER_TICKS definition.
Diffstat (limited to 'src/sdk_config.h')
| -rw-r--r-- | src/sdk_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sdk_config.h b/src/sdk_config.h index 7634dca..fa9d630 100644 --- a/src/sdk_config.h +++ b/src/sdk_config.h @@ -6781,7 +6781,7 @@ // <e> APP_TIMER_ENABLED - app_timer - Application timer functionality //========================================================== #ifndef APP_TIMER_ENABLED - #define APP_TIMER_ENABLED 1 + #define APP_TIMER_ENABLED 0 #endif // <o> APP_TIMER_CONFIG_RTC_FREQUENCY - Configure RTC prescaler. |
