Removed undef

This commit is contained in:
lebrush 2013-05-15 16:25:34 +02:00
parent 071cfaf1cb
commit 82d498f3a1
3 changed files with 0 additions and 3 deletions

View File

@ -215,7 +215,6 @@ static volatile uint8_t contikimac_keep_radio_on = 0;
static volatile unsigned char we_are_sending = 0;
static volatile unsigned char radio_is_on = 0;
#undef DEBUG
#define DEBUG 0
#if DEBUG
#include <stdio.h>

View File

@ -193,7 +193,6 @@ struct {
/* Debug definition: draw routing tree in Cooja. */
#define DRAW_TREE 0
#undef DEBUG
#define DEBUG 0
#if DEBUG
#include <stdio.h>

View File

@ -37,7 +37,6 @@
#include "net/uiplib.h"
#include <string.h>
#undef DEBUG
#define DEBUG DEBUG_NONE
#include "net/uip-debug.h"