diff options
| author | Michele Bini <michele.bini@gmail.com> | 2022-04-15 08:59:32 (GMT) |
|---|---|---|
| committer | Michele Bini <michele.bini@gmail.com> | 2022-04-15 09:00:48 (GMT) |
| commit | 6e1bddcd639da1501d0eed8eba87cc8b69586e2f (patch) | |
| tree | 00ee0669ece16b19e908760d1d0211cbfa8a70b4 /src/sdk_config.h | |
| parent | 2607c3d79947e900ce4c5ded296f649677511a34 (diff) | |
Test code for missed alarm
Diffstat (limited to 'src/sdk_config.h')
| -rw-r--r-- | src/sdk_config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sdk_config.h b/src/sdk_config.h index 7634dca..f6896c3 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 10 -#endif +// #ifndef APP_TIMER_CONFIG_OP_QUEUE_SIZE +#define APP_TIMER_CONFIG_OP_QUEUE_SIZE 15 +// #endif // <q> APP_TIMER_CONFIG_USE_SCHEDULER - Enable scheduling app_timer events to app_scheduler |
