Oliver Fabel vor 1 Jahr
Ursprung
Commit
452f901728
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      mpconfigport.h

+ 1 - 1
mpconfigport.h

@@ -10,7 +10,7 @@
 // Type definitions for the specific machine
 // Type definitions for the specific machine
 typedef int32_t mp_int_t; // must be pointer size
 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 int32_t mp_off_t;
+typedef long mp_off_t;
 
 
 #define MICROPY_GC_SPLIT_HEAP (0)
 #define MICROPY_GC_SPLIT_HEAP (0)
 #define MICROPY_GC_SPLIT_HEAP_AUTO (0)
 #define MICROPY_GC_SPLIT_HEAP_AUTO (0)