zephyr/mpconfigport: Enable MICROPY_ENABLE_FINALISER when VFS is used.

pull/9309/head
Andrew Leech 2022-09-12 08:45:56 +10:00 zatwierdzone przez Damien George
rodzic 86676a43aa
commit afc7e1d298
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -39,6 +39,7 @@
#define MICROPY_ENABLE_SOURCE_LINE (1)
#define MICROPY_STACK_CHECK (1)
#define MICROPY_ENABLE_GC (1)
#define MICROPY_ENABLE_FINALISER (MICROPY_VFS)
#define MICROPY_HELPER_REPL (1)
#define MICROPY_REPL_AUTO_INDENT (1)
#define MICROPY_KBD_EXCEPTION (1)