unix: Enable VfsRom on standard and coverage variants.

Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
Damien George
2022-03-04 10:56:27 +11:00
parent 97518064cd
commit d9378c9287

View File

@@ -121,3 +121,5 @@
#define MICROPY_PY_MACHINE (1)
#define MICROPY_PY_MACHINE_PULSE (1)
#define MICROPY_PY_MACHINE_PIN_BASE (1)
#define MICROPY_VFS_ROM (1)