diff options
Diffstat (limited to 'stmhal/uart.c')
-rw-r--r-- | stmhal/uart.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/uart.c b/stmhal/uart.c index 177318aecd..79c272bdb3 100644 --- a/stmhal/uart.c +++ b/stmhal/uart.c @@ -32,9 +32,9 @@ #include "py/nlr.h" #include "py/runtime.h" #include "py/stream.h" +#include "py/mphal.h" #include "uart.h" #include "pybioctl.h" -#include MICROPY_HAL_H //TODO: Add UART7/8 support for MCU_SERIES_F7 |