feat(esp8266): Refactor ets system headler file

This commit is contained in:
Zhang Jun Hao
2018-06-27 11:27:40 +08:00
parent fa6ec956ef
commit 9d0b024433
17 changed files with 74 additions and 110 deletions
components
esp8266
freertos/port/esp8266
lwip
apps/dhcpserver
include/lwip/apps/dhcpserver
newlib/newlib/port
tcpip_adapter

@ -118,7 +118,7 @@ task.h is included from an application file. */
#include "freertos/task.h"
#include "esp8266/eagle_soc.h"
#include "esp8266/ets_sys.h"
#include "rom/ets_sys.h"
#include "esp8266/rom_functions.h"
#ifdef MEMLEAK_DEBUG