espressif/esp_wifi.h: Add prereq includes
This commit is contained in:
parent
3eee1a9845
commit
491bf900c4
1 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,10 @@
|
||||||
|
|
||||||
#ifndef __ESP_WIFI_H__
|
#ifndef __ESP_WIFI_H__
|
||||||
#define __ESP_WIFI_H__
|
#define __ESP_WIFI_H__
|
||||||
|
#include <stdint.h>
|
||||||
|
#include <stdbool.h>
|
||||||
|
|
||||||
|
#include <lwip/ip_addr.h>
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
NULL_MODE = 0,
|
NULL_MODE = 0,
|
||||||
|
|
Loading…
Reference in a new issue