mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-02-22 03:40:48 +00:00
Minor: documentation cosmetics
This commit is contained in:
parent
4b41ef551e
commit
e5284ec616
@ -1366,7 +1366,7 @@
|
||||
* Ethernet.
|
||||
*/
|
||||
#if !defined PBUF_LINK_HLEN || defined __DOXYGEN__
|
||||
#if defined LWIP_HOOK_VLAN_SET || defined __DOXYGEN__
|
||||
#if defined LWIP_HOOK_VLAN_SET && !defined __DOXYGEN__
|
||||
#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