mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-26 21:14:09 +00: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…
Reference in New Issue
Block a user