]> granicus.if.org Git - esp-idf/commitdiff
Change the type of authmode
authorxiaxiaotian <xiaxiaotian@espressif.com>
Tue, 6 Sep 2016 08:15:47 +0000 (16:15 +0800)
committerWu Jian Gang <wujiangang@espressif.com>
Tue, 6 Sep 2016 08:47:03 +0000 (16:47 +0800)
components/esp32/include/esp_event.h

index 733aee673955f02e35d08f6b28862dbeecc2fb7f..ec9affe137f8d1285c8a53d352e009fa529c2cfe 100755 (executable)
@@ -19,6 +19,7 @@
 #include <stdbool.h>
 
 #include "esp_err.h"
+#include "esp_wifi.h"
 
 #ifdef __cplusplus
 extern "C" {