diff options
Diffstat (limited to 'ports/esp8266/uart.c')
| -rw-r--r-- | ports/esp8266/uart.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/esp8266/uart.c b/ports/esp8266/uart.c index f761ecfd7..c0a33acb5 100644 --- a/ports/esp8266/uart.c +++ b/ports/esp8266/uart.c @@ -17,7 +17,7 @@ #include "etshal.h" #include "c_types.h" #include "user_interface.h" -#include "esp_mphal.h" +#include "py/mphal.h" // seems that this is missing in the Espressif SDK #define FUNC_U0RXD 0 |
