Minor: documentation cosmetics
This commit is contained in:
@@ -1366,7 +1366,7 @@
|
|||||||
* Ethernet.
|
* Ethernet.
|
||||||
*/
|
*/
|
||||||
#if !defined PBUF_LINK_HLEN || defined __DOXYGEN__
|
#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)
|
#define PBUF_LINK_HLEN (18 + ETH_PAD_SIZE)
|
||||||
#else /* LWIP_HOOK_VLAN_SET */
|
#else /* LWIP_HOOK_VLAN_SET */
|
||||||
#define PBUF_LINK_HLEN (14 + ETH_PAD_SIZE)
|
#define PBUF_LINK_HLEN (14 + ETH_PAD_SIZE)
|
||||||
|
|||||||
Reference in New Issue
Block a user