Skip to content

Commit a58a7ae

Browse files
committed
Merge pull request adafruit#417 from pfalcon/unix-enable-gc
unix: Enable GC.
2 parents cc7085c + 78e8e30 commit a58a7ae

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

unix/mpconfigport.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#define MICROPY_EMIT_X64 (1)
44
#define MICROPY_EMIT_THUMB (0)
55
#define MICROPY_EMIT_INLINE_THUMB (0)
6+
#define MICROPY_ENABLE_GC (1)
67
#define MICROPY_MEM_STATS (1)
78
#define MICROPY_DEBUG_PRINTERS (1)
89
#define MICROPY_ENABLE_REPL_HELPERS (1)

0 commit comments

Comments
 (0)