mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-08-08 00:23:39 +08:00
zeoif: ZEPIF_LOOPBACK should be 0 default, not 1
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user