diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-07-20 18:04:21 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-07-20 18:04:21 +0000 |
commit | cb5416a6606b575f0b6b3116925afbeaedb99a68 (patch) | |
tree | 42d26ce4f59acfd25fd4a81d5933966099c55452 /test | |
parent | 49d71a01abeefa000a4cd7a556052d826b096d49 (diff) | |
download | ChibiOS-cb5416a6606b575f0b6b3116925afbeaedb99a68.tar.gz ChibiOS-cb5416a6606b575f0b6b3116925afbeaedb99a68.tar.bz2 ChibiOS-cb5416a6606b575f0b6b3116925afbeaedb99a68.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6011 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'test')
-rw-r--r-- | test/testsem.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/testsem.c b/test/testsem.c index 9483a75d6..d73a5e11b 100644 --- a/test/testsem.c +++ b/test/testsem.c @@ -188,7 +188,6 @@ ROMCONST struct testcase testsem2 = { sem2_execute
};
-#if CH_CFG_USE_SEMSW || defined(__DOXYGEN__)
/**
* @page test_sem_003 Atomic signal-wait test
*
@@ -232,7 +231,6 @@ ROMCONST struct testcase testsem3 = { NULL,
sem3_execute
};
-#endif /* CH_CFG_USE_SEMSW */
/**
* @page test_sem_004 Binary Wait and Signal
@@ -293,9 +291,7 @@ ROMCONST struct testcase * ROMCONST patternsem[] = { #if CH_CFG_USE_SEMAPHORES || defined(__DOXYGEN__)
&testsem1,
&testsem2,
-#if CH_CFG_USE_SEMSW || defined(__DOXYGEN__)
&testsem3,
-#endif
&testsem4,
#endif
NULL
|