aboutsummaryrefslogtreecommitdiffstats
path: root/test/testbmk.c
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-04-04 10:50:21 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-04-04 10:50:21 +0000
commit5ddc68fed06c0c7af0284e1bc029e1dcd93210e5 (patch)
tree7739e1e2f46b5888b965e48d6b90ac0036b87365 /test/testbmk.c
parent305418701d0885dd01c0afe253b8cc4ce9c05237 (diff)
downloadChibiOS-5ddc68fed06c0c7af0284e1bc029e1dcd93210e5.tar.gz
ChibiOS-5ddc68fed06c0c7af0284e1bc029e1dcd93210e5.tar.bz2
ChibiOS-5ddc68fed06c0c7af0284e1bc029e1dcd93210e5.zip
Fixed bug 2730706.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@867 35acf78f-673a-0410-8e92-d51de3d6d3f4
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;