Skip to content

Commit

Permalink
Removed undef
Browse files Browse the repository at this point in the history
  • Loading branch information
lebrush committed May 15, 2013
1 parent 071cfaf commit 82d498f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion core/net/mac/contikimac.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 0 additions & 1 deletion core/net/rime/collect.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 0 additions & 1 deletion core/net/uiplib.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
#include "net/uiplib.h"
#include <string.h>

#undef DEBUG
#define DEBUG DEBUG_NONE
#include "net/uip-debug.h"

Expand Down

0 comments on commit 82d498f

Please sign in to comment.