From e5284ec61643fbaba3a184d080338d55306bf2aa Mon Sep 17 00:00:00 2001 From: Dirk Ziegelmeier Date: Mon, 8 Aug 2016 22:01:38 +0200 Subject: [PATCH] Minor: documentation cosmetics --- src/include/lwip/opt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/lwip/opt.h b/src/include/lwip/opt.h index 318514c2..39c45b9a 100644 --- a/src/include/lwip/opt.h +++ b/src/include/lwip/opt.h @@ -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)