lwip: Fixed minor debug print format issue

This caused some unsigned int prints out to be printed as singed integer which made the logs unreadable, for example sequence numbers in TCP packet headers
pull/6416/head
David Cermak 2021-01-11 10:57:10 +01:00 zatwierdzone przez bot
rodzic f45c881f82
commit a807f8e263
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -64,7 +64,7 @@ typedef int sys_prot_t;
#define X16_F "x"
#define S32_F "d"
#define U32_F "d"
#define U32_F "u"
#define X32_F "x"
#define PACK_STRUCT_FIELD(x) x