mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-03-09 22:13:23 +00:00
Fixed cold case bug #1748, printing of mem_size_t and u16_t statistics.
This commit is contained in:
parent
1f01634029
commit
d821277430
@ -37,8 +37,10 @@
|
||||
|
||||
#if MEM_SIZE > 64000l
|
||||
typedef u32_t mem_size_t;
|
||||
#define MEM_SIZE_F U32_F
|
||||
#else
|
||||
typedef u16_t mem_size_t;
|
||||
#define MEM_SIZE_F U16_F
|
||||
#endif /* MEM_SIZE > 64000 */
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user