Skip to content

Commit b06b511

Browse files
Links2004igrr
authored andcommitted
add missing include #include "ets_sys.h"
1 parent ecfaee2 commit b06b511

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hardware/esp8266com/esp8266/cores/esp8266/core_esp8266_timer.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
#include "wiring_private.h"
2222
#include "pins_arduino.h"
2323
#include "c_types.h"
24+
#include "ets_sys.h"
2425

2526
typedef void(*_timercallback)(void);
2627

0 commit comments

Comments
 (0)