summaryrefslogtreecommitdiffstatshomepage
path: root/ports/esp8266/uart.c
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2021-07-09 14:19:15 +1000
committerDamien George <damien@micropython.org>2021-07-12 17:08:10 +1000
commit136369d72f5b99ec23c9c9f178a590bde968e2ee (patch)
tree6d75116e1e11a4fbd5bf9765062350016e303375 /ports/esp8266/uart.c
parent4d546713ec8858cbf908de45de11cbfc46a20971 (diff)
downloadmicropython-136369d72f5b99ec23c9c9f178a590bde968e2ee.tar.gz
micropython-136369d72f5b99ec23c9c9f178a590bde968e2ee.zip
all: Update to point to files in new shared/ directory.
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'ports/esp8266/uart.c')
-rw-r--r--ports/esp8266/uart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/esp8266/uart.c b/ports/esp8266/uart.c
index 5ac71da07d..978a7efc38 100644
--- a/ports/esp8266/uart.c
+++ b/ports/esp8266/uart.c
@@ -285,7 +285,7 @@ void ICACHE_FLASH_ATTR uart0_set_rxbuf(uint8 *buf, int len) {
// Task-based UART interface
#include "py/obj.h"
-#include "lib/utils/pyexec.h"
+#include "shared/runtime/pyexec.h"
#if MICROPY_REPL_EVENT_DRIVEN
void ICACHE_FLASH_ATTR uart_task_handler(os_event_t *evt) {