econotag: turn DEBUG off by default
This commit is contained in:
parent
c2c70a22df
commit
e9c904a74c
1 changed files with 1 additions and 9 deletions
|
@ -66,7 +66,7 @@
|
|||
#include "contiki-maca.h"
|
||||
#include "contiki-uart.h"
|
||||
|
||||
#define DEBUG 1
|
||||
#define DEBUG 0
|
||||
#if DEBUG
|
||||
#include <stdio.h>
|
||||
#define PRINTF(...) printf(__VA_ARGS__)
|
||||
|
@ -86,14 +86,6 @@
|
|||
#define RIMEADDR_NBYTES 8
|
||||
#endif
|
||||
|
||||
#define PLATFORM_DEBUG 1
|
||||
#if PLATFORM_DEBUG
|
||||
#define PRINTF(...) printf(__VA_ARGS__)
|
||||
#else
|
||||
#define PRINTF(...)
|
||||
#endif
|
||||
|
||||
|
||||
#if UIP_CONF_ROUTER
|
||||
|
||||
#ifndef UIP_ROUTER_MODULE
|
||||
|
|
Loading…
Reference in a new issue