mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-21 00:56:38 +08:00
feat(freertos): enable timer pending functions
This commit is contained in:
@ -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. */
|
||||
|
Reference in New Issue
Block a user