summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Leech <andrew.leech@planetinnovation.com.au>2022-09-12 08:45:56 +1000
committerDamien George <damien@micropython.org>2022-09-13 13:08:03 +1000
commitafc7e1d298add00eacf38be0ae9455f0f09aed2e (patch)
tree947b969800c73474c2fff9ab3b820dd2797c411a
parent86676a43aa9de47bfdf52c7a71751de1bb512c64 (diff)
zephyr/mpconfigport: Enable MICROPY_ENABLE_FINALISER when VFS is used.
-rw-r--r--ports/zephyr/mpconfigport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/zephyr/mpconfigport.h b/ports/zephyr/mpconfigport.h
index 4c8096b44..71836768a 100644
--- a/ports/zephyr/mpconfigport.h
+++ b/ports/zephyr/mpconfigport.h
@@ -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)