Removed debug output
This commit is contained in:
parent
1fd6e1bef9
commit
6720b41707
|
@ -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 <stdio.h>
|
||||
#define PRINTF(...) printf(__VA_ARGS__)
|
||||
|
|
|
@ -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 <stdio.h>
|
||||
#define PRINTF(...) printf(__VA_ARGS__)
|
||||
|
|
|
@ -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 <stdio.h>
|
||||
#define PRINTF(...) printf(__VA_ARGS__)
|
||||
|
|
|
@ -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 <stdio.h>
|
||||
#define PRINTF(...) printf(__VA_ARGS__)
|
||||
|
|
Loading…
Reference in a new issue