aboutsummaryrefslogtreecommitdiffstats
path: root/test/testbmk.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/testbmk.c')
-rw-r--r--test/testbmk.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/testbmk.c b/test/testbmk.c
index 76ca641be..8d02b8ae5 100644
--- a/test/testbmk.c
+++ b/test/testbmk.c
@@ -22,7 +22,9 @@
#include "test.h"
static Semaphore sem1;
+#if CH_USE_MUTEXES
static Mutex mtx1;
+#endif
static msg_t thread1(void *p) {
msg_t msg;