summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2014-05-19 22:33:35 +0300
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2014-05-19 22:33:35 +0300
commit44a949d58c883174206fc958c1fa4860e3985bd8 (patch)
tree709ba503e2cbdb9e366590ae64ca6f37e3779326
parent9e29666bf99c5e5f1cb0246d420b207aacfdf408 (diff)
downloadmicropython-44a949d58c883174206fc958c1fa4860e3985bd8.tar.gz
micropython-44a949d58c883174206fc958c1fa4860e3985bd8.zip
qemu-arm: Disable "io" module.
-rw-r--r--qemu-arm/mpconfigport.h1
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