Minor: documentation cosmetics

This commit is contained in:
Dirk Ziegelmeier 2016-08-08 22:01:38 +02:00
parent 4b41ef551e
commit e5284ec616

View File

@ -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)