Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Arduino Core for SAMD21 CPU
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
josc941e
Arduino Core for SAMD21 CPU
Commits
897532fc
Commit
897532fc
authored
8 years ago
by
Cristian Maglie
Browse files
Options
Downloads
Plain Diff
Merge branch 'pgmspace.h-64_t' of
https://github.com/sandeepmistry/ArduinoCore-samd
parents
3c58ee87
96a759de
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cores/arduino/avr/pgmspace.h
+2
-2
2 additions, 2 deletions
cores/arduino/avr/pgmspace.h
with
2 additions
and
2 deletions
cores/arduino/avr/pgmspace.h
+
2
−
2
View file @
897532fc
...
...
@@ -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
int
32
_t
prog_int64_t
;
typedef
uint
32
_t
prog_uint64_t
;
typedef
int
64
_t
prog_int64_t
;
typedef
uint
64
_t
prog_uint64_t
;
typedef
const
void
*
int_farptr_t
;
typedef
const
void
*
uint_farptr_t
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment