diff options
author | Damien George <damien.p.george@gmail.com> | 2015-02-13 15:04:53 +0000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2015-02-13 15:04:53 +0000 |
commit | 0b32e50365b6e36474e183a7240ccfc8fa56830a (patch) | |
tree | 101cf35f6844c50672af4f15b5866e226bcb47d9 /stmhal/modpyb.c | |
parent | c385a639e6316cba4ff0e7a859325807857d8f00 (diff) |
stmhal: Make pybstdio usable by other ports, and use it.
Now all ports can use pybstdio.c to provide sys.stdin/stdout/stderr, so
long as they implement mp_hal_stdin_* and mp_hal_stdout_* functions.
Diffstat (limited to 'stmhal/modpyb.c')
-rw-r--r-- | stmhal/modpyb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/stmhal/modpyb.c b/stmhal/modpyb.c index 179f66fca..40189c1e7 100644 --- a/stmhal/modpyb.c +++ b/stmhal/modpyb.c @@ -56,7 +56,6 @@ #include "dac.h" #include "lcd.h" #include "usb.h" -#include "pybstdio.h" #include "ff.h" #include "diskio.h" #include "fsusermount.h" |