mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-04 21:44:38 +08:00
Fix PBUF_LINK_HLEN value in documentation
This commit is contained in:
parent
953dd5b628
commit
fa8797b86d
@ -1359,7 +1359,7 @@
|
||||
* Ethernet.
|
||||
*/
|
||||
#if !defined PBUF_LINK_HLEN || defined __DOXYGEN__
|
||||
#if defined LWIP_HOOK_VLAN_SET || defined __DOXYGEN__
|
||||
#if defined LWIP_HOOK_VLAN_SET
|
||||
#define PBUF_LINK_HLEN (18 + ETH_PAD_SIZE)
|
||||
#else /* LWIP_HOOK_VLAN_SET */
|
||||
#define PBUF_LINK_HLEN (14 + ETH_PAD_SIZE)
|
||||
|
Loading…
x
Reference in New Issue
Block a user