From 002ba1a66b3148d16e47ef7584c1cfc6ec6421db Mon Sep 17 00:00:00 2001 From: goldsimon Date: Thu, 1 Mar 2018 06:15:55 +0100 Subject: [PATCH] zeoif: ZEPIF_LOOPBACK should be 0 default, not 1 --- src/netif/zepif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/netif/zepif.c b/src/netif/zepif.c index 93fb3f89..3fa2bf01 100644 --- a/src/netif/zepif.c +++ b/src/netif/zepif.c @@ -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