mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-24 10:38:01 +08:00
fix(esp8266): Include dependent header files in ets_sys.h
Closes https://github.com/espressif/ESP8266_RTOS_SDK/issues/200
This commit is contained in:
@ -27,6 +27,10 @@
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include "esp8266/eagle_soc.h"
|
||||
|
||||
#include "freertos/portmacro.h"
|
||||
|
||||
/* interrupt related */
|
||||
#define ETS_SPI_INUM 2
|
||||
#define ETS_GPIO_INUM 4
|
||||
|
Reference in New Issue
Block a user