fix(esp8266): Fix header files dependency in esp8266

Closes https://github.com/espressif/ESP8266_RTOS_SDK/issues/197
This commit is contained in:
Wu Jian Gang
2018-05-31 17:30:14 +08:00
parent e8f1483801
commit c8ac7cc2be
11 changed files with 35 additions and 6 deletions

@ -15,6 +15,8 @@
#ifndef __HW_TIMER_H__
#define __HW_TIMER_H__
#include <stdint.h>
#ifdef __cplusplus
extern "C" {
#endif