소스 검색

library update

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

+ 0 - 1
mpconfigport.h

@@ -10,7 +10,6 @@
 // Type definitions for the specific machine
 typedef int32_t mp_int_t; // must be pointer size
 typedef uint32_t mp_uint_t; // must be pointer size
-typedef long mp_off_t;
 
 #define MICROPY_GC_SPLIT_HEAP (0)
 #define MICROPY_GC_SPLIT_HEAP_AUTO (0)