소스 검색

library update

Oliver Fabel 1 년 전
부모
커밋
e5498e7e66
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      mpconfigport.h

+ 2 - 2
mpconfigport.h

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