Merge branch 'task/remove-portmacro.h-from-task.h' into 'master'

freertos: remove portmacro.h inclusion from task.h

Closes IDF-3793

See merge request espressif/esp-idf!16307
This commit is contained in:
Sudeep Mohanty 2021-12-15 11:17:51 +00:00
commit 07bfc09d0c

View File

@ -33,9 +33,6 @@
#endif
#include "list.h"
#ifdef ESP_PLATFORM // IDF-3793
#include "freertos/portmacro.h"
#endif // ESP_PLATFORM
/* *INDENT-OFF* */
#ifdef __cplusplus