mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-10-27 20:24:50 +08:00
feat(freertos): Add option to enable queue sets
This commit is contained in:
@ -133,5 +133,9 @@ NVIC value of 255. */
|
||||
#define TASK_SW_ATTR
|
||||
#endif
|
||||
|
||||
#if CONFIG_USE_QUEUE_SETS
|
||||
#define configUSE_QUEUE_SETS 1
|
||||
#endif
|
||||
|
||||
#endif /* FREERTOS_CONFIG_H */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user