components: esp32 - fix build error

This commit is contained in:
liuzhifu
2016-09-01 15:48:59 +08:00
committed by Wu Jian Gang
parent 4a98027242
commit 8ed5010356

View File

@@ -27,6 +27,7 @@
* 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)
/* Wifi library task */