mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
ecos: add 64 bit types for sprintf/sscanf
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user