git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2236 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
d5853de4bd
commit
c2efc1ebe9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue