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

View File

@ -16,7 +16,8 @@
#include <string.h>
#include <strings.h>
#include "esp_common.h"
#include "esp_misc.h"
#include "sdkconfig.h"
#include "lwip/inet.h"
#include "lwip/err.h"