mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04: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:
commit
07bfc09d0c
@ -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…
Reference in New Issue
Block a user