diff options
Diffstat (limited to 'stmhal/pybstdio.c')
-rw-r--r-- | stmhal/pybstdio.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/stmhal/pybstdio.c b/stmhal/pybstdio.c index b6b5560be1..5447a62202 100644 --- a/stmhal/pybstdio.c +++ b/stmhal/pybstdio.c @@ -27,18 +27,17 @@ #include <stdio.h> #include <stdint.h> -#include "misc.h" #include "mpconfig.h" +#include "misc.h" #include "qstr.h" #include "misc.h" #include "obj.h" #include "stream.h" +#include MICROPY_HAL_H #include "pybstdio.h" #include "usb.h" #include "uart.h" -#include HAL_H - // TODO make stdin, stdout and stderr writable objects so they can // be changed by Python code. |