Skip to content

Commit 43963a8

Browse files
committed
minimal: Disable MICROPY_GC_ALLOC_THRESHOLD.
1 parent 6881590 commit 43963a8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

minimal/mpconfigport.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
#define MICROPY_MEM_STATS (0)
1717
#define MICROPY_DEBUG_PRINTERS (0)
1818
#define MICROPY_ENABLE_GC (1)
19+
#define MICROPY_GC_ALLOC_THRESHOLD (0)
1920
#define MICROPY_REPL_EVENT_DRIVEN (0)
2021
#define MICROPY_HELPER_REPL (1)
2122
#define MICROPY_HELPER_LEXER_UNIX (0)

0 commit comments

Comments
 (0)