diff options
Diffstat (limited to 'stmhal/pybstdio.c')
-rw-r--r-- | stmhal/pybstdio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/pybstdio.c b/stmhal/pybstdio.c index de0a3a0e3e..72c164b36d 100644 --- a/stmhal/pybstdio.c +++ b/stmhal/pybstdio.c @@ -30,7 +30,7 @@ #include "py/obj.h" #include "py/stream.h" -#include MICROPY_HAL_H +#include "py/mphal.h" // TODO make stdin, stdout and stderr writable objects so they can // be changed by Python code. This requires some changes, as these |