mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
boards,drivers,examples: unset ENABLE_DEBUG
This commit is contained in:
parent
3658367d7d
commit
1340fadcbe
@ -20,7 +20,7 @@
|
||||
#include "cc2420_arch.h"
|
||||
#include "cc2420_spi.h"
|
||||
|
||||
#define ENABLE_DEBUG (1)
|
||||
#define ENABLE_DEBUG (0)
|
||||
#include "debug.h"
|
||||
|
||||
#define CC2420_RESETn_PIN 0x40
|
||||
|
@ -34,7 +34,7 @@
|
||||
#include "cc2420_arch.h"
|
||||
#include "cc2420_spi.h"
|
||||
|
||||
#define ENABLE_DEBUG (1)
|
||||
#define ENABLE_DEBUG (0)
|
||||
#include "debug.h"
|
||||
|
||||
#define CC2420_RESETn_PIN 0x40 /* RADIO_RESET <-> P4.6 */
|
||||
|
@ -21,7 +21,7 @@
|
||||
#include "msg.h"
|
||||
|
||||
|
||||
#define ENABLE_DEBUG (1)
|
||||
#define ENABLE_DEBUG (0)
|
||||
#include "debug.h"
|
||||
|
||||
|
||||
|
@ -33,7 +33,7 @@
|
||||
#include "ps.h"
|
||||
#include "ltc4150.h"
|
||||
|
||||
#define ENABLE_DEBUG (1)
|
||||
#define ENABLE_DEBUG (0)
|
||||
#include "debug.h"
|
||||
|
||||
#include "ccn_lite/ccnl-riot.h"
|
||||
|
Loading…
Reference in New Issue
Block a user