Skip to content

Commit b7bb4a6

Browse files
committed
Changes for sdk 2.0.0 and up
1 parent 98159a3 commit b7bb4a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/esp8266.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#include <stdio.h>
88
#include <stdlib.h>
99
#include <string.h>
10+
#include <user_interface.h>
1011

1112
#ifdef FREERTOS
1213
#include <stdint.h>
@@ -25,7 +26,6 @@
2526
#include <gpio.h>
2627
#include <mem.h>
2728
#include <osapi.h>
28-
#include <user_interface.h>
2929
#include <upgrade.h>
3030
#endif
3131

0 commit comments

Comments
 (0)