diff options
author | Damien George <damien.p.george@gmail.com> | 2016-10-11 16:22:21 +1100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2016-10-12 11:03:58 +1100 |
commit | 11fc6553e831885d993c8a6c09ae98aa74fdf6b7 (patch) | |
tree | 5a8d197229f93f555db96839fc42d5ffa68c42d6 /esp8266 | |
parent | 31101d91ceb5758c17d02b7d41bffbd387cad112 (diff) | |
download | micropython-11fc6553e831885d993c8a6c09ae98aa74fdf6b7.tar.gz micropython-11fc6553e831885d993c8a6c09ae98aa74fdf6b7.zip |
esp8266: Enable sys.{stdin,stdout,stderr}.buffer for raw serial access.
Diffstat (limited to 'esp8266')
-rw-r--r-- | esp8266/mpconfigport.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/esp8266/mpconfigport.h b/esp8266/mpconfigport.h index 5f65e920f1..ee32a848d0 100644 --- a/esp8266/mpconfigport.h +++ b/esp8266/mpconfigport.h @@ -50,6 +50,7 @@ #define MICROPY_PY_SYS_MAXSIZE (1) #define MICROPY_PY_SYS_EXIT (1) #define MICROPY_PY_SYS_STDFILES (1) +#define MICROPY_PY_SYS_STDIO_BUFFER (1) #define MICROPY_PY_UERRNO (1) #define MICROPY_PY_UBINASCII (1) #define MICROPY_PY_UCTYPES (1) |