Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
card10
openocd
Commits
5c739b14
Commit
5c739b14
authored
Apr 28, 2011
by
Øyvind Harboe
Browse files
ecos: add 64 bit types for sprintf/sscanf
parent
d2911627
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/helper/types.h
View file @
5c739b14
...
...
@@ -197,6 +197,8 @@ static inline void h_u16_to_be(uint8_t* buf, int val)
#define PRIi32 "i"
#define PRIu32 "u"
#define PRId8 PRId32
#define SCNx64 "llx"
#define PRIx64 "llx"
typedef
CYG_ADDRWORD
intptr_t
;
typedef
int64_t
intmax_t
;
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment