From 0b541d8f0ad2e5aeb2c9456fe426f4044dc19e22 Mon Sep 17 00:00:00 2001 From: goldsimon Date: Sat, 20 Feb 2010 17:48:43 +0000 Subject: [PATCH] HTTPD_DEBUG defaults to off --- apps/httpserver_raw/httpd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/httpserver_raw/httpd.c b/apps/httpserver_raw/httpd.c index 78dea90..5df8abf 100644 --- a/apps/httpserver_raw/httpd.c +++ b/apps/httpserver_raw/httpd.c @@ -93,7 +93,7 @@ #include #ifndef HTTPD_DEBUG -#define HTTPD_DEBUG LWIP_DBG_ON +#define HTTPD_DEBUG LWIP_DBG_OFF #endif /** Set this to 1 and add the next line to lwippools.h to use a memp pool