Sfoglia il codice sorgente

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.
Mahavir Jain 6 anni fa
parent
commit
6da2bec1e8
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      components/esp_event/default_event_loop.c

+ 1 - 0
components/esp_event/default_event_loop.c

@@ -14,6 +14,7 @@
 
 #include "esp_event.h"
 #include "esp_event_internal.h"
+#include "esp_task.h"
 
 /* ------------------------- Static Variables ------------------------------- */