Merge pull request #15365 from miri64/core/enh/debug-IS_ACTIVE
core: debug: remove parenthesis around ENABLE_DEBUG define
This commit is contained in:
commit
dd81a070f0
@ -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…
x
Reference in New Issue
Block a user