mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
freertos: remove portmacro.h inclusion from task.h
This commit removes the portmacro.h include from task.h as portmacro.h gets pulled in via FreeRTOS.h. This aligns with upstream FreeRTOS code. Signed-off-by: Sudeep Mohanty <sudeep.mohanty@espressif.com>
This commit is contained in:
parent
2934010950
commit
ee9a102841
@ -33,9 +33,6 @@
|
||||
#endif
|
||||
|
||||
#include "list.h"
|
||||
#ifdef ESP_PLATFORM // IDF-3793
|
||||
#include "freertos/portmacro.h"
|
||||
#endif // ESP_PLATFORM
|
||||
|
||||
/* *INDENT-OFF* */
|
||||
#ifdef __cplusplus
|
||||
|
Loading…
x
Reference in New Issue
Block a user