File tree 1 file changed +2
-5
lines changed
1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -174,11 +174,8 @@ extern uint32_t SystemCoreClock;
174
174
175
175
/* Software timer related definitions. */
176
176
#define configUSE_TIMERS (1)
177
- #ifdef SLI_SI917
177
+ // Keep the timerTask at the highest prio as some of our stacks tasks leverage eventing with timers.
178
178
#define configTIMER_TASK_PRIORITY (55) /* Highest priority */
179
- #else
180
- #define configTIMER_TASK_PRIORITY (40) /* Highest priority */
181
- #endif // SLI_SI917
182
179
#define configTIMER_QUEUE_LENGTH (10)
183
180
#define configTIMER_TASK_STACK_DEPTH (1024)
184
181
@@ -313,7 +310,7 @@ standard names. */
313
310
/* Thread local storage pointers used by the SDK */
314
311
315
312
#ifndef configNUM_USER_THREAD_LOCAL_STORAGE_POINTERS
316
- #define configNUM_USER_THREAD_LOCAL_STORAGE_POINTERS 2
313
+ #define configNUM_USER_THREAD_LOCAL_STORAGE_POINTERS 0
317
314
#endif
318
315
319
316
#ifndef configNUM_SDK_THREAD_LOCAL_STORAGE_POINTERS
You can’t perform that action at this time.
0 commit comments