mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
cleanup: apply enable_debug_false.cocci to codebase (coccinelle)
Skipped sys/cbor/cbor.c, examples/microcoap_server/microcoap_sock.c, as they use different semantics.
This commit is contained in:
parent
564448ae96
commit
8501a03cbc
@ -15,7 +15,7 @@
|
||||
#include "periph_conf.h"
|
||||
#include "mutex.h"
|
||||
|
||||
#define ENABLE_DEBUG (1)
|
||||
#define ENABLE_DEBUG (0)
|
||||
#include "debug.h"
|
||||
|
||||
/* Only if we actually have any ADCs */
|
||||
|
@ -24,7 +24,7 @@
|
||||
|
||||
#include "periph/pm.h"
|
||||
|
||||
#define ENABLE_DEBUG (1)
|
||||
#define ENABLE_DEBUG (0)
|
||||
#include "debug.h"
|
||||
|
||||
enum system_sleepmode {
|
||||
|
@ -25,7 +25,7 @@
|
||||
#include "irq.h"
|
||||
#include "periph/pm.h"
|
||||
|
||||
#define ENABLE_DEBUG (1)
|
||||
#define ENABLE_DEBUG (0)
|
||||
#include "debug.h"
|
||||
|
||||
void pm_set(unsigned mode)
|
||||
|
@ -19,7 +19,7 @@
|
||||
#include "lsm6dsl.h"
|
||||
#include "lsm6dsl_internal.h"
|
||||
|
||||
#define ENABLE_DEBUG (1)
|
||||
#define ENABLE_DEBUG (0)
|
||||
#include "debug.h"
|
||||
|
||||
#define MAX(a, b) ((a) > (b) ? (a) : (b))
|
||||
|
@ -30,7 +30,7 @@
|
||||
#include "timex.h"
|
||||
#include "xtimer.h"
|
||||
|
||||
#define ENABLE_DEBUG (1)
|
||||
#define ENABLE_DEBUG (0)
|
||||
#include "debug.h"
|
||||
|
||||
/* TinyDTLS */
|
||||
|
@ -37,7 +37,7 @@
|
||||
#include "dtls_debug.h"
|
||||
#include "tinydtls.h"
|
||||
|
||||
#define ENABLE_DEBUG (1)
|
||||
#define ENABLE_DEBUG (0)
|
||||
#include "debug.h"
|
||||
|
||||
//#define DEFAULT_PORT 20220 /* DTLS default port */
|
||||
|
Loading…
Reference in New Issue
Block a user