From f407e4a84fcf2cf3bb003ed36f80ec136f8683c2 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Fri, 8 Oct 2010 18:16:38 +0000 Subject: HAL improvements, mailboxes macro name changed. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2238 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- test/testsem.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/testsem.c') diff --git a/test/testsem.c b/test/testsem.c index f87187ac8..85535ed0a 100644 --- a/test/testsem.c +++ b/test/testsem.c @@ -42,7 +42,6 @@ * - @subpage test_sem_001 * - @subpage test_sem_002 * - @subpage test_sem_003 - * - @subpage test_sem_004 * . * @file testsem.c * @brief Semaphores test source file @@ -232,7 +231,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 * *

Description

* This test case tests the binary semaphores functionality. The test both -- cgit v1.2.3