diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-02-07 19:14:15 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-02-07 19:14:15 +0000 |
commit | 330944e658f7a74a58d0d3157af3cafa1feaa3ea (patch) | |
tree | f8bca200ba940e32b19c4ca1a58daf486d158380 /test/testmtx.c | |
parent | 4f8cb84a03321197557ed7df0a09abecfeb5166a (diff) | |
download | ChibiOS-330944e658f7a74a58d0d3157af3cafa1feaa3ea.tar.gz ChibiOS-330944e658f7a74a58d0d3157af3cafa1feaa3ea.tar.bz2 ChibiOS-330944e658f7a74a58d0d3157af3cafa1feaa3ea.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@742 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'test/testmtx.c')
-rw-r--r-- | test/testmtx.c | 2 |
1 files changed, 1 insertions, 1 deletions
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
|