From: Øyvind H. <go...@us...> - 2010-01-21 08:22:32
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Main OpenOCD repository". The branch, master has been updated via 60cb5bdd30ec3265cbb5c1c667f5c98cbbb84aab (commit) from dbecb13b240867e12e43dba032a45891000bffe9 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 60cb5bdd30ec3265cbb5c1c667f5c98cbbb84aab Author: Ãyvind Harboe <oyv...@zy...> Date: Thu Jan 21 08:11:39 2010 +0100 ecos: add missing PRId8 definition Signed-off-by: Ãyvind Harboe <oyv...@zy...> diff --git a/src/helper/types.h b/src/helper/types.h index 03ab5f0..1010dcd 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; ----------------------------------------------------------------------- Summary of changes: src/helper/types.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) hooks/post-receive -- Main OpenOCD repository |