mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
lwip: Fix print format -Wformat issues
This commit is contained in:
@@ -48,9 +48,9 @@ typedef int sys_prot_t;
|
||||
#define U16_F "d"
|
||||
#define X16_F "x"
|
||||
|
||||
#define S32_F "d"
|
||||
#define U32_F "u"
|
||||
#define X32_F "x"
|
||||
#define S32_F PRId32
|
||||
#define U32_F PRIu32
|
||||
#define X32_F PRIx32
|
||||
|
||||
#define PACK_STRUCT_FIELD(x) x
|
||||
#define PACK_STRUCT_STRUCT __attribute__((packed))
|
||||
|
Reference in New Issue
Block a user