mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-02 20:24:32 +02:00
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:
@@ -33,9 +33,6 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "list.h"
|
#include "list.h"
|
||||||
#ifdef ESP_PLATFORM // IDF-3793
|
|
||||||
#include "freertos/portmacro.h"
|
|
||||||
#endif // ESP_PLATFORM
|
|
||||||
|
|
||||||
/* *INDENT-OFF* */
|
/* *INDENT-OFF* */
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
Reference in New Issue
Block a user