From 330944e658f7a74a58d0d3157af3cafa1feaa3ea Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 7 Feb 2009 19:14:15 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@742 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- test/testmtx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/testmtx.c') diff --git a/test/testmtx.c b/test/testmtx.c index 52c756436..7675f3f7c 100644 --- a/test/testmtx.c +++ b/test/testmtx.c @@ -21,7 +21,7 @@ #include "test.h" -#ifdef CH_USE_MUTEXES +#if CH_USE_MUTEXES #define ALLOWED_DELAY 5 -- cgit v1.2.3