mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-08-06 15:15:15 +08:00
Merge branch 'bugfix/include_depencency_in_ets_sys' into 'master'
fix(esp8266): Include dependent header files in ets_sys.h See merge request sdk/ESP8266_RTOS_SDK!203
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