Removed undef
This commit is contained in:
parent
071cfaf1cb
commit
82d498f3a1
3 changed files with 0 additions and 3 deletions
|
@ -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 we_are_sending = 0;
|
||||||
static volatile unsigned char radio_is_on = 0;
|
static volatile unsigned char radio_is_on = 0;
|
||||||
|
|
||||||
#undef DEBUG
|
|
||||||
#define DEBUG 0
|
#define DEBUG 0
|
||||||
#if DEBUG
|
#if DEBUG
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
|
@ -193,7 +193,6 @@ struct {
|
||||||
|
|
||||||
/* Debug definition: draw routing tree in Cooja. */
|
/* Debug definition: draw routing tree in Cooja. */
|
||||||
#define DRAW_TREE 0
|
#define DRAW_TREE 0
|
||||||
#undef DEBUG
|
|
||||||
#define DEBUG 0
|
#define DEBUG 0
|
||||||
#if DEBUG
|
#if DEBUG
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
|
@ -37,7 +37,6 @@
|
||||||
#include "net/uiplib.h"
|
#include "net/uiplib.h"
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#undef DEBUG
|
|
||||||
#define DEBUG DEBUG_NONE
|
#define DEBUG DEBUG_NONE
|
||||||
#include "net/uip-debug.h"
|
#include "net/uip-debug.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue