mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-04 13:34:38 +08:00
Temporary upgrade helper: define format string for u8_t as hex if not defined in cc.h
This commit is contained in:
parent
2621e3fa19
commit
90c7d3aaff
@ -46,6 +46,11 @@
|
|||||||
#ifndef SZT_F
|
#ifndef SZT_F
|
||||||
#define SZT_F U32_F
|
#define SZT_F U32_F
|
||||||
#endif /* SZT_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
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user