diff options
| author | Andrew Leech <andrew.leech@planetinnovation.com.au> | 2022-09-12 08:47:02 +1000 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2022-09-13 13:08:32 +1000 |
| commit | 2d4e7e99bfcfaaed252564f9498176ca3ad88fee (patch) | |
| tree | 4583774cdd02f783c150892fcf39ee5d6f5d76fb | |
| parent | afc7e1d298add00eacf38be0ae9455f0f09aed2e (diff) | |
samd/mpconfigport: Enable MICROPY_ENABLE_FINALISER when VFS is used.
| -rw-r--r-- | ports/samd/mpconfigport.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/samd/mpconfigport.h b/ports/samd/mpconfigport.h index 0b16b5e81..2c6052149 100644 --- a/ports/samd/mpconfigport.h +++ b/ports/samd/mpconfigport.h @@ -41,6 +41,7 @@ // Python internal features #define MICROPY_ENABLE_GC (1) +#define MICROPY_ENABLE_FINALISER (1) #define MICROPY_KBD_EXCEPTION (1) #define MICROPY_HELPER_REPL (1) #define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_MPZ) |
