diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-10-05 17:19:23 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-10-05 17:19:23 +0000 |
commit | c2efc1ebe91a1496b3046d44898b3384df24fc60 (patch) | |
tree | 6dc113aaf8ad874387a93b92c482127de5853df7 /test | |
parent | d5853de4bd4603ba507999d45075031779b13912 (diff) | |
download | ChibiOS-c2efc1ebe91a1496b3046d44898b3384df24fc60.tar.gz ChibiOS-c2efc1ebe91a1496b3046d44898b3384df24fc60.tar.bz2 ChibiOS-c2efc1ebe91a1496b3046d44898b3384df24fc60.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2236 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'test')
-rw-r--r-- | test/testsem.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/testsem.c b/test/testsem.c index 85535ed0a..f87187ac8 100644 --- a/test/testsem.c +++ b/test/testsem.c @@ -42,6 +42,7 @@ * - @subpage test_sem_001
* - @subpage test_sem_002
* - @subpage test_sem_003
+ * - @subpage test_sem_004
* .
* @file testsem.c
* @brief Semaphores test source file
@@ -231,7 +232,7 @@ ROMCONST struct testcase testsem3 = { #endif /* CH_USE_SEMSW */
/**
- * @page test_sem_004 Binary Wait and Signal
+ * @page test_sem_004 Binary wait and signal
*
* <h2>Description</h2>
* This test case tests the binary semaphores functionality. The test both
|