diff --git a/src/include/netif/etharp.h b/src/include/netif/etharp.h index 5a9977ab..b9ffed57 100644 --- a/src/include/netif/etharp.h +++ b/src/include/netif/etharp.h @@ -35,7 +35,9 @@ #ifndef __NETIF_ETHARP_H__ #define __NETIF_ETHARP_H__ -#define PAD_ETH_SIZE 2 +#ifndef PAD_ETH_SIZE +#define PAD_ETH_SIZE 0 +#endif #include "lwip/pbuf.h" #include "lwip/ip_addr.h"