mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-01 03:34:32 +02:00
esp32: Add missing header file in esp_task.h
This commit adds a missing header file in esp_task.h required for configMAX_PRIORITIES. Closes #2341
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
#define _ESP_TASK_H_
|
||||
|
||||
#include "sdkconfig.h"
|
||||
#include "freertos/FreeRTOSConfig.h"
|
||||
|
||||
#define ESP_TASK_PRIO_MAX (configMAX_PRIORITIES)
|
||||
#define ESP_TASK_PRIO_MIN (0)
|
||||
|
Reference in New Issue
Block a user