From 0cf1a58c3dd02fa3faa0c49f75ac89a2f3ad23da Mon Sep 17 00:00:00 2001 From: iabdalkader Date: Sat, 11 Oct 2025 15:51:38 +0200 Subject: [PATCH] qemu/mpconfigport: Enable time, select and stdio buffer. Signed-off-by: iabdalkader --- ports/qemu/mpconfigport.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/ports/qemu/mpconfigport.h b/ports/qemu/mpconfigport.h index 3f3688569b..dcaf6a5c51 100644 --- a/ports/qemu/mpconfigport.h +++ b/ports/qemu/mpconfigport.h @@ -54,9 +54,6 @@ #define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_MPZ) #define MICROPY_WARNINGS (1) #define MICROPY_PY_SYS_PLATFORM "qemu" -#define MICROPY_PY_SYS_STDIO_BUFFER (0) -#define MICROPY_PY_SELECT (0) -#define MICROPY_PY_TIME (0) #define MICROPY_PY_ASYNCIO (0) #define MICROPY_PY_MACHINE (1) #define MICROPY_PY_MACHINE_INCLUDEFILE "ports/qemu/modmachine.c"