feat: Don't use esp_common.h in SDK

This commit is contained in:
Wu Jian Gang
2018-05-24 20:59:16 +08:00
parent 092ecbfdd5
commit 1cd5a36bdf
10 changed files with 26 additions and 12 deletions
components
esp8266/include
lwip/apps/dhcpserver
examples
get-started/project_template/main
protocols
mqtt/main
openssl_demo/main
storage/spiffs_test/main
wifi
smart_config/main
wifi_station_machine/main

@ -27,6 +27,8 @@
#include <stdint.h>
#include "lwip/ip_addr.h"
#ifdef __cplusplus
extern "C" {
#endif