mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
esp_event: add missing header include
Required header was indirectly getting resolved through lwip includes, apparently does not work if application is not using lwip networking stack.
This commit is contained in:
parent
73345bae44
commit
6da2bec1e8
@ -14,6 +14,7 @@
|
||||
|
||||
#include "esp_event.h"
|
||||
#include "esp_event_internal.h"
|
||||
#include "esp_task.h"
|
||||
|
||||
/* ------------------------- Static Variables ------------------------------- */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user