mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 06:23:53 +01:00
Merge pull request #2186 from LudwigOrtmann/disable-debug
boards,drivers,examples: unset ENABLE_DEBUG
This commit is contained in:
commit
bc57c98fb4
@ -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…
x
Reference in New Issue
Block a user