aboutsummaryrefslogtreecommitdiffstats
path: root/src/chlists.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/chlists.c')
-rw-r--r--src/chlists.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chlists.c b/src/chlists.c
index fbd9e6a51..82526feb2 100644
--- a/src/chlists.c
+++ b/src/chlists.c
@@ -25,7 +25,7 @@
*/
#include <ch.h>
-#if !defined(CH_OPTIMIZE_SPEED) || defined(__DOXIGEN__)
+#if !CH_OPTIMIZE_SPEED || defined(__DOXIGEN__)
/**
* @brief Inserts a thread into a priority ordered queue.
*