From 44a949d58c883174206fc958c1fa4860e3985bd8 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Mon, 19 May 2014 22:33:35 +0300 Subject: [PATCH] qemu-arm: Disable "io" module. --- qemu-arm/mpconfigport.h | 1 + 1 file changed, 1 insertion(+) diff --git a/qemu-arm/mpconfigport.h b/qemu-arm/mpconfigport.h index 7f4c37890..76663ccab 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