We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ca70ed commit 0cf1a58Copy full SHA for 0cf1a58
ports/qemu/mpconfigport.h
@@ -54,9 +54,6 @@
54
#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_MPZ)
55
#define MICROPY_WARNINGS (1)
56
#define MICROPY_PY_SYS_PLATFORM "qemu"
57
-#define MICROPY_PY_SYS_STDIO_BUFFER (0)
58
-#define MICROPY_PY_SELECT (0)
59
-#define MICROPY_PY_TIME (0)
60
#define MICROPY_PY_ASYNCIO (0)
61
#define MICROPY_PY_MACHINE (1)
62
#define MICROPY_PY_MACHINE_INCLUDEFILE "ports/qemu/modmachine.c"
0 commit comments