feat: Don't use c_types.h in SDK

This commit is contained in:
Wu Jian Gang
2018-05-24 20:41:09 +08:00
parent d0c7e2f1d0
commit e518650b36
15 changed files with 17 additions and 19 deletions

View File

@ -8,7 +8,6 @@
*/
#include <stddef.h>
#include "c_types.h"
#include "lwipopts.h"
#include "lwip/ip_addr.h"
#include "esp_libc.h"

View File

@ -10,7 +10,7 @@
#define _WIFI_STATE_MACHINE_H_
#include <stddef.h>
#include "c_types.h"
#include "esp_wifi.h"
typedef void (* wifi_state_cb_t)();