mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-26 20:53:11 +00:00
components: esp32 - fix build error
This commit is contained in:
@@ -27,6 +27,7 @@
|
|||||||
* 5. Make sure esp_task.h is consistent between wifi lib and idf
|
* 5. Make sure esp_task.h is consistent between wifi lib and idf
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#define ESP_TASK_PRIO_MAX (configMAX_PRIORITIES)
|
||||||
#define ESP_TASK_PRIO_MIN (0)
|
#define ESP_TASK_PRIO_MIN (0)
|
||||||
|
|
||||||
/* Wifi library task */
|
/* Wifi library task */
|
||||||
|
|||||||
Reference in New Issue
Block a user