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

+ 1 - 1
mpconfigport.h

@@ -30,7 +30,7 @@ typedef long mp_off_t;
 #define MICROPY_PERSISTENT_CODE_SAVE_FILE (0)
 #define MICROPY_PERSISTENT_CODE_SAVE_FILE (0)
 
 
 #define MICROPY_ENABLE_COMPILER (1)
 #define MICROPY_ENABLE_COMPILER (1)
-#define MICROPY_ENABLE_GC (0)
+#define MICROPY_ENABLE_GC (1)
 #define MICROPY_PY_GC_COLLECT_RETVAL (0)
 #define MICROPY_PY_GC_COLLECT_RETVAL (0)
 #define MICROPY_ENABLE_PYSTACK (0)
 #define MICROPY_ENABLE_PYSTACK (0)
 #define MICROPY_STACK_CHECK (0)
 #define MICROPY_STACK_CHECK (0)