Oliver Fabel 1 rok temu
rodzic
commit
37039453ae
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      mpconfigport.h

+ 2 - 2
mpconfigport.h

@@ -12,8 +12,8 @@ typedef int32_t mp_int_t; // must be pointer size
 typedef uint32_t mp_uint_t; // must be pointer size
 typedef uint32_t mp_uint_t; // must be pointer size
 typedef long mp_off_t;
 typedef long mp_off_t;
 
 
-#define MICROPY_GC_SPLIT_HEAP (0)
-#define MICROPY_GC_SPLIT_HEAP_AUTO (0)
+#define MICROPY_GC_SPLIT_HEAP (1)
+#define MICROPY_GC_SPLIT_HEAP_AUTO (1)
 
 
 #define MICROPY_MPHALPORT_H "mp_flipper_halport.h"
 #define MICROPY_MPHALPORT_H "mp_flipper_halport.h"