Skip to content

Commit 1d0a923

Browse files
committed
add missing include #include "ets_sys.h"
1 parent c415ebe commit 1d0a923

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cores/esp8266/core_esp8266_timer.c

+1
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
void (*timer1_user_cb)(void);
2627

0 commit comments

Comments
 (0)