diff options
Diffstat (limited to 'esp8266/main.c')
-rw-r--r-- | esp8266/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/esp8266/main.c b/esp8266/main.c index 0d8b3723ca..178ad8b7c2 100644 --- a/esp8266/main.c +++ b/esp8266/main.c @@ -35,7 +35,7 @@ #include "py/frozenmod.h" #include "py/mphal.h" #include "py/gc.h" -#include "pyexec.h" +#include "lib/utils/pyexec.h" #include "gccollect.h" #include "user_interface.h" |