mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
examples/*: realign ENABLE_DEBUG
This commit is contained in:
parent
92b1dfc703
commit
bb36bbc6ff
@ -33,7 +33,7 @@
|
||||
#include "dtls_debug.h"
|
||||
#include "dtls.h"
|
||||
|
||||
#define ENABLE_DEBUG (0)
|
||||
#define ENABLE_DEBUG 0
|
||||
#include "debug.h"
|
||||
|
||||
#ifndef DTLS_DEFAULT_PORT
|
||||
|
@ -36,7 +36,7 @@
|
||||
#include "dtls_debug.h"
|
||||
#include "tinydtls.h"
|
||||
|
||||
#define ENABLE_DEBUG (0)
|
||||
#define ENABLE_DEBUG 0
|
||||
#include "debug.h"
|
||||
|
||||
#ifndef DTLS_DEFAULT_PORT
|
||||
|
@ -27,7 +27,7 @@
|
||||
#include "od.h"
|
||||
#include "fmt.h"
|
||||
|
||||
#define ENABLE_DEBUG (0)
|
||||
#define ENABLE_DEBUG 0
|
||||
#include "debug.h"
|
||||
|
||||
static bool _proxied = false;
|
||||
|
Loading…
Reference in New Issue
Block a user