Merge branch 'bugfix/esp_event_add_missing_include_v3.3' into 'release/v3.3'
esp_event: add missing header include (v3.3) See merge request espressif/esp-idf!5632
This commit is contained in:
commit
e070e1886f
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
|||
|
||||
#include "esp_event.h"
|
||||
#include "esp_event_internal.h"
|
||||
#include "esp_task.h"
|
||||
|
||||
/* ------------------------- Static Variables ------------------------------- */
|
||||
|
||||
|
|
Loading…
Reference in a new issue