We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4bdd3e6 + 1f23557 commit 8ff0682Copy full SHA for 8ff0682
py/circuitpy_mpconfig.h
@@ -93,7 +93,7 @@ extern void common_hal_mcu_enable_interrupts(void);
93
#define MICROPY_GC_ALLOC_THRESHOLD (0)
94
#define MICROPY_GC_SPLIT_HEAP (1)
95
#define MICROPY_GC_SPLIT_HEAP_AUTO (1)
96
-#define MP_PLAT_ALLOC_HEAP(size) port_malloc(size, true)
+#define MP_PLAT_ALLOC_HEAP(size) port_malloc(size, false)
97
#define MP_PLAT_FREE_HEAP(ptr) port_free(ptr)
98
#include "supervisor/port_heap.h"
99
#define MICROPY_HELPER_LEXER_UNIX (0)
0 commit comments