Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b06b511

Browse files
Links2004igrr
authored andcommittedJun 2, 2015
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

+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
typedef void(*_timercallback)(void);
2627

0 commit comments

Comments
 (0)
Please sign in to comment.