Skip to content
Snippets Groups Projects
Commit 44a949d5 authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

qemu-arm: Disable "io" module.

parent 9e29666b
Branches
No related tags found
No related merge requests found
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_NONE) #define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_NONE)
#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_NONE) #define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_NONE)
#define MICROPY_PATH_MAX (512) #define MICROPY_PATH_MAX (512)
#define MICROPY_ENABLE_MOD_IO (0)
// type definitions for the specific machine // type definitions for the specific machine
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment