econotag: turn DEBUG off by default

This commit is contained in:
Mariano Alvira 2011-02-18 13:37:01 -05:00
parent c2c70a22df
commit e9c904a74c

View file

@ -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