Merge branch 'feature/redefine_lwip_file_structure' into 'master'

feat(lwip): Redefine lwip folder structure

See merge request sdk/ESP8266_RTOS_SDK!76
This commit is contained in:
Wu Jian Gang
2018-04-20 18:07:22 +08:00
156 changed files with 273 additions and 11 deletions

View File

@ -42,7 +42,7 @@ extern "C" {
#endif
#include "esp_common.h"
#include "lwip/apps/time.h"
#include "lwip/apps/sntp/time.h"
#if 0
#define ssl_printf(fmt, args...) os_printf(fmt,## args)