瀏覽代碼

library update

Oliver Fabel 1 年之前
父節點
當前提交
f023394d96
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      mpconfigport.h

+ 1 - 0
mpconfigport.h

@@ -10,6 +10,7 @@
 // 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 int32_t mp_off_t;
 
 #define MICROPY_GC_SPLIT_HEAP (0)
 #define MICROPY_GC_SPLIT_HEAP_AUTO (0)