1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #2208 from Lotterleben/cbor_add_define_parentheses

add parentheses to ENABLE_DEBUG in CBOR_NO_PRINT
This commit is contained in:
Ludwig Ortmann 2014-12-17 12:06:37 +01:00
commit 2feb6423a7

View File

@ -26,7 +26,7 @@
/* Automatically enable/disable ENABLE_DEBUG based on CBOR_NO_PRINT */
#ifndef CBOR_NO_PRINT
#define ENABLE_DEBUG 1
#define ENABLE_DEBUG (1)
#include "debug.h"
#endif