feat(freertos): enable timer pending functions

This commit is contained in:
dongheng
2019-09-24 10:21:42 +08:00
parent fc20dc2479
commit 643b15aaaa

View File

@ -82,6 +82,7 @@
#define configTIMER_TASK_PRIORITY ( tskIDLE_PRIORITY + 2 )
#define configTIMER_QUEUE_LENGTH (10)
#define configTIMER_TASK_STACK_DEPTH ( ( unsigned short ) CONFIG_FREERTOS_TIMER_STACKSIZE )
#define INCLUDE_xTimerPendFunctionCall 1
#endif
/* Co-routine definitions. */