From 1309e5e86fbc1e5b147b859ccd6a645826cf5df0 Mon Sep 17 00:00:00 2001 From: goldsimon Date: Fri, 9 Oct 2009 20:16:26 +0000 Subject: [PATCH] Accidentally endabled to compile the code -> back to #if 0 --- src/netif/ethernetif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/netif/ethernetif.c b/src/netif/ethernetif.c index f4a71f8d..a5b7d990 100644 --- a/src/netif/ethernetif.c +++ b/src/netif/ethernetif.c @@ -45,7 +45,7 @@ #include "lwip/opt.h" -#if 1 /* don't build, this is only a skeleton, see previous comment */ +#if 0 /* don't build, this is only a skeleton, see previous comment */ #include "lwip/def.h" #include "lwip/mem.h"