mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
core: debug: remove parenthesis around ENABLE_DEBUG define
This commit is contained in:
parent
e8cadc02d8
commit
2df29a6806
@ -68,7 +68,7 @@ extern "C" {
|
||||
* @ref DEBUG() will generate output only if ENABLE_DEBUG is non-zero.
|
||||
*/
|
||||
#if !defined(ENABLE_DEBUG) || defined(DOXYGEN)
|
||||
#define ENABLE_DEBUG (0)
|
||||
#define ENABLE_DEBUG 0
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user