samd/mpconfigport: Enable MICROPY_ENABLE_FINALISER when VFS is used.

This commit is contained in:
Andrew Leech 2022-09-12 08:47:02 +10:00 committed by Damien George
parent afc7e1d298
commit 2d4e7e99bf
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@
// Python internal features // Python internal features
#define MICROPY_ENABLE_GC (1) #define MICROPY_ENABLE_GC (1)
#define MICROPY_ENABLE_FINALISER (1)
#define MICROPY_KBD_EXCEPTION (1) #define MICROPY_KBD_EXCEPTION (1)
#define MICROPY_HELPER_REPL (1) #define MICROPY_HELPER_REPL (1)
#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_MPZ) #define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_MPZ)