mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-25 09:16:20 +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 */
|
||||
#ifndef ZEPIF_LOOPBACK
|
||||
#define ZEPIF_LOOPBACK 1//0
|
||||
#define ZEPIF_LOOPBACK 0
|
||||
#endif
|
||||
|
||||
#define ZEP_MAX_DATA_LEN 127
|
||||
|
Loading…
Reference in New Issue
Block a user