feat(lwip): Redefine lwip file structure

This commit is contained in:
zhangjunhao
2018-04-20 12:08:53 +08:00
parent 1da6fb9b7a
commit a20e4c1218
156 changed files with 269 additions and 9 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)