From 6720b41707d9c19826a07a68734c911e4397e1f9 Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Wed, 28 Nov 2007 20:03:50 +0000 Subject: [PATCH] Removed debug output --- core/net/rime/nf.c | 4 ++-- core/net/rime/rucb.c | 4 ++-- core/net/rime/rudolph0.c | 4 ++-- core/net/rime/rudolph2.c | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/core/net/rime/nf.c b/core/net/rime/nf.c index ef6d02500..f38fe5499 100644 --- a/core/net/rime/nf.c +++ b/core/net/rime/nf.c @@ -33,7 +33,7 @@ * * This file is part of the Contiki operating system. * - * $Id: nf.c,v 1.12 2007/05/15 08:09:21 adamdunkels Exp $ + * $Id: nf.c,v 1.13 2007/11/28 20:03:50 adamdunkels Exp $ */ /** @@ -56,7 +56,7 @@ struct nf_hdr { u16_t hops; }; -#define DEBUG 1 +#define DEBUG 0 #if DEBUG #include #define PRINTF(...) printf(__VA_ARGS__) diff --git a/core/net/rime/rucb.c b/core/net/rime/rucb.c index 4e3bc01ab..b896051db 100644 --- a/core/net/rime/rucb.c +++ b/core/net/rime/rucb.c @@ -28,7 +28,7 @@ * * This file is part of the Contiki operating system. * - * $Id: rucb.c,v 1.3 2007/11/27 23:32:34 adamdunkels Exp $ + * $Id: rucb.c,v 1.4 2007/11/28 20:03:50 adamdunkels Exp $ */ /** @@ -44,7 +44,7 @@ #define MAX_TRANSMISSIONS 8 -#define DEBUG 1 +#define DEBUG 0 #if DEBUG #include #define PRINTF(...) printf(__VA_ARGS__) diff --git a/core/net/rime/rudolph0.c b/core/net/rime/rudolph0.c index 86aad0090..ada0d0e5c 100644 --- a/core/net/rime/rudolph0.c +++ b/core/net/rime/rudolph0.c @@ -33,7 +33,7 @@ * * This file is part of the Contiki operating system. * - * $Id: rudolph0.c,v 1.6 2007/08/30 14:39:17 matsutsuka Exp $ + * $Id: rudolph0.c,v 1.7 2007/11/28 20:03:50 adamdunkels Exp $ */ /** @@ -63,7 +63,7 @@ enum { #define VERSION_LT(a, b) ((signed char)((a) - (b)) < 0) -#define DEBUG 1 +#define DEBUG 0 #if DEBUG #include #define PRINTF(...) printf(__VA_ARGS__) diff --git a/core/net/rime/rudolph2.c b/core/net/rime/rudolph2.c index eaf25ba7d..ad8b91c1f 100644 --- a/core/net/rime/rudolph2.c +++ b/core/net/rime/rudolph2.c @@ -39,7 +39,7 @@ * * This file is part of the Contiki operating system. * - * $Id: rudolph2.c,v 1.3 2007/11/17 18:05:21 adamdunkels Exp $ + * $Id: rudolph2.c,v 1.4 2007/11/28 20:03:50 adamdunkels Exp $ */ /** @@ -82,7 +82,7 @@ enum { #define FLAG_LAST_RECEIVED 0x02 #define FLAG_IS_STOPPED 0x04 -#define DEBUG 1 +#define DEBUG 0 #if DEBUG #include #define PRINTF(...) printf(__VA_ARGS__)