From 7ba3a994b66044c5b16afd4fd16a21a3f97ce301 Mon Sep 17 00:00:00 2001 From: stefan Date: Tue, 30 Nov 2010 19:50:03 +0000 Subject: [PATCH] - remove some wrong definitions git-svn-id: http://svn.lfbs.rwth-aachen.de/svn/scc/trunk/MetalSVM@303 315a16e6-25f9-4109-90ae-ca3045a26c18 --- kernel/ping.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/ping.c b/kernel/ping.c index c9f3f18b..1807b5b9 100644 --- a/kernel/ping.c +++ b/kernel/ping.c @@ -58,7 +58,7 @@ * PING_DEBUG: Enable debugging for PING. */ #ifndef PING_DEBUG -#define PING_DEBUG 1 +#define PING_DEBUG LWIP_DBG_ON #endif /** ping target - should be a "struct ip_addr" */