Skip to content

Commit

Permalink
core: debug: remove parenthesis around ENABLE_DEBUG define
Browse files Browse the repository at this point in the history
  • Loading branch information
miri64 committed Nov 3, 2020
1 parent e8cadc0 commit 2df29a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/include/debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

/**
Expand Down

0 comments on commit 2df29a6

Please sign in to comment.