zeoif: ZEPIF_LOOPBACK should be 0 default, not 1

This commit is contained in:
goldsimon 2018-03-01 06:15:55 +01:00
parent 43778e5334
commit 002ba1a66b

View File

@ -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