8000 samd/mpconfigport: Enable MICROPY_ENABLE_FINALISER when VFS is used. · jimmo/micropython@2d4e7e9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2d4e7e9

Browse files
pi-anldpgeorge
authored andcommitted
samd/mpconfigport: Enable MICROPY_ENABLE_FINALISER when VFS is used.
1 parent afc7e1d commit 2d4e7e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ports/samd/mpconfigport.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141

4242
// Python internal features
4343
#define MICROPY_ENABLE_GC (1)
44+
#define MICROPY_ENABLE_FINALISER (1)
4445
#define MICROPY_KBD_EXCEPTION (1)
4546
#define MICROPY_HELPER_REPL (1)
4647
#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_MPZ)

0 commit comments

Comments
 (0)
0