mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-27 12:35:26 +00:00
by default there's no eth padding to preserve preious beahviour
This commit is contained in:
parent
a5148c14a1
commit
4e2260c74c
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user