Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit def9a37

Browse files
committedDec 23, 2024
qemu/mpconfigport: Enable VfsRom.
Signed-off-by: Damien George <damien@micropython.org>
1 parent d9378c9 commit def9a37

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎ports/qemu/mpconfigport.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
#define MICROPY_PY_MACHINE_RESET (1)
6161
#define MICROPY_PY_MACHINE_PIN_BASE (1)
6262
#define MICROPY_VFS (1)
63+
#define MICROPY_VFS_ROM (1)
6364

6465
// type definitions for the specific machine
6566

0 commit comments

Comments
 (0)
Please sign in to comment.