mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-31 23:50:12 +08:00
fix(lwip): Fix LwIP header file cc.h string format error
Closes: https://github.com/espressif/ESP8266_RTOS_SDK/issues/340
This commit is contained in:
@ -46,12 +46,12 @@
|
||||
|
||||
typedef int sys_prot_t;
|
||||
|
||||
#define S16_F "d"
|
||||
#define U16_F "d"
|
||||
#define X16_F "x"
|
||||
#define S16_F "hd"
|
||||
#define U16_F "hu"
|
||||
#define X16_F "hx"
|
||||
|
||||
#define S32_F "d"
|
||||
#define U32_F "d"
|
||||
#define U32_F "u"
|
||||
#define X32_F "x"
|
||||
|
||||
//#define PACK_STRUCT_FIELD(x) x __attribute__((packed))
|
||||
|
Reference in New Issue
Block a user