We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3c58ee8 + 96a759d commit 897532fCopy full SHA for 897532f
cores/arduino/avr/pgmspace.h
@@ -44,8 +44,8 @@ typedef int16_t prog_int16_t;
44
typedef uint16_t prog_uint16_t;
45
typedef int32_t prog_int32_t;
46
typedef uint32_t prog_uint32_t;
47
-typedef int32_t prog_int64_t;
48
-typedef uint32_t prog_uint64_t;
+typedef int64_t prog_int64_t;
+typedef uint64_t prog_uint64_t;
49
50
typedef const void* int_farptr_t;
51
typedef const void* uint_farptr_t;
0 commit comments