mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-04 21:44:38 +08: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…
x
Reference in New Issue
Block a user