summaryrefslogtreecommitdiff
path: root/src/sdk_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sdk_config.h')
-rw-r--r--src/sdk_config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sdk_config.h b/src/sdk_config.h
index f6896c3..7634dca 100644
--- a/src/sdk_config.h
+++ b/src/sdk_config.h
@@ -6818,9 +6818,9 @@
// <i> system latency. If queue size is too small app_timer calls
// <i> will fail.
-// #ifndef APP_TIMER_CONFIG_OP_QUEUE_SIZE
-#define APP_TIMER_CONFIG_OP_QUEUE_SIZE 15
-// #endif
+#ifndef APP_TIMER_CONFIG_OP_QUEUE_SIZE
+ #define APP_TIMER_CONFIG_OP_QUEUE_SIZE 10
+#endif
// <q> APP_TIMER_CONFIG_USE_SCHEDULER - Enable scheduling app_timer events to app_scheduler