diff options
| author | Damien George <damien@micropython.org> | 2024-11-25 23:58:01 +1100 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2024-12-23 13:04:55 +1100 |
| commit | def9a37994897341ee9250b39851f9cf53a748de (patch) | |
| tree | 3da39da98ab193c1d02d32a9d04c5bcab3a40426 | |
| parent | d9378c9287f87c0214dc4a33206dfd047f798240 (diff) | |
qemu/mpconfigport: Enable VfsRom.
Signed-off-by: Damien George <damien@micropython.org>
| -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 |
