Remove SIZEOF_ETHARP_PACKET_TX #define, it is not needed any more after my last cleanups

This commit is contained in:
Dirk Ziegelmeier
2016-08-23 20:41:37 +02:00
parent 31778193da
commit c719c466b3
2 changed files with 2 additions and 9 deletions

View File

@@ -60,13 +60,6 @@ extern "C" {
#include "lwip/prot/etharp.h"
#define SIZEOF_ETHARP_PACKET (SIZEOF_ETH_HDR + SIZEOF_ETHARP_HDR)
#if ETHARP_SUPPORT_VLAN && defined(LWIP_HOOK_VLAN_SET)
#define SIZEOF_ETHARP_PACKET_TX (SIZEOF_ETHARP_PACKET + SIZEOF_VLAN_HDR)
#else /* ETHARP_SUPPORT_VLAN && defined(LWIP_HOOK_VLAN_SET) */
#define SIZEOF_ETHARP_PACKET_TX SIZEOF_ETHARP_PACKET
#endif /* ETHARP_SUPPORT_VLAN && defined(LWIP_HOOK_VLAN_SET) */
/** 1 seconds period */
#define ARP_TMR_INTERVAL 1000