mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-08-07 18:25:14 +00:00
econotag: turn DEBUG off by default
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user