diff options
-rw-r--r-- | src/helper/types.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/helper/types.h b/src/helper/types.h index 03ab5f0c..1010dcd9 100644 --- a/src/helper/types.h +++ b/src/helper/types.h @@ -172,6 +172,7 @@ static inline void h_u16_to_be(uint8_t* buf, int val) #define SCNx32 "x" #define PRIi32 "i" #define PRIu32 "u" +#define PRId8 PRId32 typedef CYG_ADDRWORD intptr_t; typedef int64_t intmax_t; |