diff options
| author | Michele Bini <michele.bini@gmail.com> | 2022-04-17 11:12:34 (GMT) |
|---|---|---|
| committer | Michele Bini <michele.bini@gmail.com> | 2022-04-17 13:14:47 (GMT) |
| commit | c372ba1908bb861d7f05d057c7fc25202c34bbe3 (patch) | |
| tree | e45892b625dd535521dd44d99af10d4911fcea3a /src/sdk_config.h | |
| parent | 50b5b2ccb716a4a5c5b409962424a2441c9435e7 (diff) | |
Remove app_timer component from compilation
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. |
