diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2014-05-19 22:33:35 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2014-05-19 22:33:35 +0300 |
commit | 44a949d58c883174206fc958c1fa4860e3985bd8 (patch) | |
tree | 709ba503e2cbdb9e366590ae64ca6f37e3779326 | |
parent | 9e29666bf99c5e5f1cb0246d420b207aacfdf408 (diff) | |
download | micropython-44a949d58c883174206fc958c1fa4860e3985bd8.tar.gz micropython-44a949d58c883174206fc958c1fa4860e3985bd8.zip |
qemu-arm: Disable "io" module.
-rw-r--r-- | qemu-arm/mpconfigport.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qemu-arm/mpconfigport.h b/qemu-arm/mpconfigport.h index 7f4c378901..76663ccabe 100644 --- a/qemu-arm/mpconfigport.h +++ b/qemu-arm/mpconfigport.h @@ -14,6 +14,7 @@ #define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_NONE) #define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_NONE) #define MICROPY_PATH_MAX (512) +#define MICROPY_ENABLE_MOD_IO (0) // type definitions for the specific machine |