mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-04 13:34:38 +08: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__
|
#ifndef __NETIF_ETHARP_H__
|
||||||
#define __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/pbuf.h"
|
||||||
#include "lwip/ip_addr.h"
|
#include "lwip/ip_addr.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user