diff options
| -rw-r--r-- | ports/qemu/mpconfigport.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/qemu/mpconfigport.h b/ports/qemu/mpconfigport.h index f95b58ba4..d3e3c0a3f 100644 --- a/ports/qemu/mpconfigport.h +++ b/ports/qemu/mpconfigport.h @@ -60,6 +60,7 @@ #define MICROPY_PY_MACHINE_RESET (1) #define MICROPY_PY_MACHINE_PIN_BASE (1) #define MICROPY_VFS (1) +#define MICROPY_VFS_ROM (1) // type definitions for the specific machine |
