From e9c904a74cf84928a35d5c9c6a9661156a345e8a Mon Sep 17 00:00:00 2001 From: Mariano Alvira Date: Fri, 18 Feb 2011 13:37:01 -0500 Subject: [PATCH] econotag: turn DEBUG off by default --- platform/redbee-econotag/contiki-mc1322x-main.c | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/platform/redbee-econotag/contiki-mc1322x-main.c b/platform/redbee-econotag/contiki-mc1322x-main.c index 9e46044ac..34aa67f3d 100644 --- a/platform/redbee-econotag/contiki-mc1322x-main.c +++ b/platform/redbee-econotag/contiki-mc1322x-main.c @@ -66,7 +66,7 @@ #include "contiki-maca.h" #include "contiki-uart.h" -#define DEBUG 1 +#define DEBUG 0 #if DEBUG #include #define PRINTF(...) printf(__VA_ARGS__) @@ -86,14 +86,6 @@ #define RIMEADDR_NBYTES 8 #endif -#define PLATFORM_DEBUG 1 -#if PLATFORM_DEBUG -#define PRINTF(...) printf(__VA_ARGS__) -#else -#define PRINTF(...) -#endif - - #if UIP_CONF_ROUTER #ifndef UIP_ROUTER_MODULE