by default there's no eth padding to preserve preious beahviour

This commit is contained in:
jani 2004-05-03 09:42:58 +00:00
parent a5148c14a1
commit 4e2260c74c

View File

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