feat: Don't use c_types.h in SDK

This commit is contained in:
Wu Jian Gang
2018-05-24 20:41:09 +08:00
parent d0c7e2f1d0
commit e518650b36
15 changed files with 17 additions and 19 deletions

View File

@ -117,6 +117,7 @@ task.h is included from an application file. */
#include "freertos/FreeRTOS.h"
#include "freertos/task.h"
#include "esp8266/eagle_soc.h"
#include "esp8266/ets_sys.h"
#include "esp8266/rom_functions.h"