mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-04 21:44:38 +08:00
Make PBUF_LINK_ENCAPSULATION_HLEN default signed (unsigned would be OK, but too many defines are signed already and mixing them gets bad)
This commit is contained in:
parent
c730a404d4
commit
866d6c8637
@ -1443,7 +1443,7 @@
|
|||||||
* for an additional encapsulation header before ethernet headers (e.g. 802.11)
|
* for an additional encapsulation header before ethernet headers (e.g. 802.11)
|
||||||
*/
|
*/
|
||||||
#if !defined PBUF_LINK_ENCAPSULATION_HLEN || defined __DOXYGEN__
|
#if !defined PBUF_LINK_ENCAPSULATION_HLEN || defined __DOXYGEN__
|
||||||
#define PBUF_LINK_ENCAPSULATION_HLEN 0u
|
#define PBUF_LINK_ENCAPSULATION_HLEN 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user