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:
commit
2feb6423a7
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user