diff options
Diffstat (limited to 'test/testcond.c')
-rw-r--r-- | test/testcond.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testcond.c b/test/testcond.c index cbc304270..f6f390044 100644 --- a/test/testcond.c +++ b/test/testcond.c @@ -21,7 +21,7 @@ #include "test.h"
-#if defined(CH_USE_CONDVARS) && defined(CH_USE_MUTEXES)
+#if CH_USE_CONDVARS && CH_USE_MUTEXES
static Mutex m1;
static CondVar c1;
|