1
0
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:
Bas Stottelaar 2020-10-22 14:37:40 +02:00
parent 92b1dfc703
commit bb36bbc6ff
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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;