Skip to content
Snippets Groups Projects
Commit 897532fc authored by Cristian Maglie's avatar Cristian Maglie
Browse files

Merge branch 'pgmspace.h-64_t' of https://github.com/sandeepmistry/ArduinoCore-samd

parents 3c58ee87 96a759de
No related branches found
No related tags found
No related merge requests found
......@@ -44,8 +44,8 @@ typedef int16_t prog_int16_t;
typedef uint16_t prog_uint16_t;
typedef int32_t prog_int32_t;
typedef uint32_t prog_uint32_t;
typedef int32_t prog_int64_t;
typedef uint32_t prog_uint64_t;
typedef int64_t prog_int64_t;
typedef uint64_t prog_uint64_t;
typedef const void* int_farptr_t;
typedef const void* uint_farptr_t;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment