diff options
author | Damien George <damien.p.george@gmail.com> | 2017-01-27 13:32:15 +1100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2017-01-27 13:32:15 +1100 |
commit | 143fa0ffeb41f0fb0f3c84bfd43397d36d97cea5 (patch) | |
tree | 28da3c9a97f7adf72722516293a1df760232a9ef /unix | |
parent | 8d5c6332c035e2b7d919616905d0aef37827585a (diff) | |
download | micropython-143fa0ffeb41f0fb0f3c84bfd43397d36d97cea5.tar.gz micropython-143fa0ffeb41f0fb0f3c84bfd43397d36d97cea5.zip |
unix: Get minimal version compiling again.
Diffstat (limited to 'unix')
-rw-r--r-- | unix/mpconfigport_minimal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unix/mpconfigport_minimal.h b/unix/mpconfigport_minimal.h index 15a5f7d852..65e35c8d99 100644 --- a/unix/mpconfigport_minimal.h +++ b/unix/mpconfigport_minimal.h @@ -40,6 +40,7 @@ #define MICROPY_COMP_CONST (0) #define MICROPY_MEM_STATS (0) #define MICROPY_DEBUG_PRINTERS (0) +#define MICROPY_READER_POSIX (1) #define MICROPY_HELPER_REPL (1) #define MICROPY_HELPER_LEXER_UNIX (1) #define MICROPY_ENABLE_SOURCE_LINE (0) |