From 3ae2e8ddb38615434dccd5a6462faae144633d27 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Tue, 26 Aug 2008 14:43:09 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@409 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- test/testmtx.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/testmtx.c') diff --git a/test/testmtx.c b/test/testmtx.c index 526a64ffa..2243b375f 100644 --- a/test/testmtx.c +++ b/test/testmtx.c @@ -21,6 +21,8 @@ #include "test.h" +#ifdef CH_USE_MUTEXES + #define ALLOWED_DELAY 5 static Mutex m1, m2; @@ -219,3 +221,5 @@ const struct testcase testmtx3 = { mtx3_teardown, mtx3_execute }; + +#endif /* CH_USE_MUTEXES */ -- cgit v1.2.3