diff options
| author | Damien George <damien.p.george@gmail.com> | 2015-11-09 13:13:09 +0000 |
|---|---|---|
| committer | Damien George <damien.p.george@gmail.com> | 2015-11-09 13:13:09 +0000 |
| commit | 40274fec9c0f8e1ce06f999927f550106b9aa5e8 (patch) | |
| tree | e844a4ee49957ccb0a8f2f1585826c55201ed3e8 /esp8266/uart.c | |
| parent | 50f56227c651dfec18f0c72add3649ab0d678346 (diff) | |
lib/pyexec: Move header pyexec.h from stmhal directory.
Diffstat (limited to 'esp8266/uart.c')
| -rw-r--r-- | esp8266/uart.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
