From 40274fec9c0f8e1ce06f999927f550106b9aa5e8 Mon Sep 17 00:00:00 2001 From: Damien George Date: Mon, 9 Nov 2015 13:13:09 +0000 Subject: lib/pyexec: Move header pyexec.h from stmhal directory. --- esp8266/uart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'esp8266/uart.c') diff --git a/esp8266/uart.c b/esp8266/uart.c index 55841fe39..49fc9bb87 100644 --- a/esp8266/uart.c +++ b/esp8266/uart.c @@ -207,7 +207,7 @@ void ICACHE_FLASH_ATTR uart_reattach() { // Task-based UART interface #include "py/obj.h" -#include "stmhal/pyexec.h" +#include "lib/utils/pyexec.h" void soft_reset(void); -- cgit v1.2.3