diff options
Diffstat (limited to 'esp8266/machine_uart.c')
| -rw-r--r-- | esp8266/machine_uart.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/esp8266/machine_uart.c b/esp8266/machine_uart.c index 9bc6422cc..0ae9c6e6c 100644 --- a/esp8266/machine_uart.c +++ b/esp8266/machine_uart.c @@ -29,7 +29,7 @@ #include <string.h> #include "ets_sys.h" -#include "uart.h" +#include "espuart.h" #include "py/runtime.h" #include "py/stream.h" |
