Temporary upgrade helper: define format string for u8_t as hex if not defined in cc.h

This commit is contained in:
goldsimon 2010-03-10 16:18:12 +00:00
parent 2621e3fa19
commit 90c7d3aaff

View File

@ -46,6 +46,11 @@
#ifndef SZT_F
#define SZT_F U32_F
#endif /* SZT_F */
/** Temporary upgrade helper: define format string for u8_t as hex if not
defined in cc.h */
#ifndef X8_F
#define X8_F "02x"
#endif /* X8_F */
#ifdef __cplusplus
extern "C" {