mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-04-25 00:02:41 +00:00
zeoif: ZEPIF_LOOPBACK should be 0 default, not 1
This commit is contained in:
parent
43778e5334
commit
002ba1a66b
@ -59,7 +59,7 @@
|
|||||||
|
|
||||||
/** Define this to 1 to loop back TX packets for testing */
|
/** Define this to 1 to loop back TX packets for testing */
|
||||||
#ifndef ZEPIF_LOOPBACK
|
#ifndef ZEPIF_LOOPBACK
|
||||||
#define ZEPIF_LOOPBACK 1//0
|
#define ZEPIF_LOOPBACK 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define ZEP_MAX_DATA_LEN 127
|
#define ZEP_MAX_DATA_LEN 127
|
||||||
|
Loading…
x
Reference in New Issue
Block a user