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

View File

@ -19,6 +19,8 @@
#ifndef __SPI_INTERFACE_H__
#define __SPI_INTERFACE_H__
#include <stdint.h>
#include "spi_register.h"
//*****************************************************************************