aboutsummaryrefslogtreecommitdiffstats
path: root/test/testserial.c
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-05-08 14:06:45 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-05-08 14:06:45 +0000
commit3d2fd8eb545182334b672c52acd7b8a06193bedf (patch)
treef537217d1307315a13a7582edd7f9d03df441e12 /test/testserial.c
parentb37209d196026ba07f687c487d53dcbeef1f9223 (diff)
downloadChibiOS-3d2fd8eb545182334b672c52acd7b8a06193bedf.tar.gz
ChibiOS-3d2fd8eb545182334b672c52acd7b8a06193bedf.tar.bz2
ChibiOS-3d2fd8eb545182334b672c52acd7b8a06193bedf.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@951 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'test/testserial.c')
-rw-r--r--test/testserial.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/test/testserial.c b/test/testserial.c
index 61fc0315a..818d09e21 100644
--- a/test/testserial.c
+++ b/test/testserial.c
@@ -22,7 +22,7 @@
#include "test.h"
/**
- * @page test_serial Serial Driver test
+ * @page test_serial Serial Drivers test
*
* <h2>Description</h2>
* This module implements the test sequence for the @ref Serial subsystem.
@@ -40,11 +40,8 @@
* The module requires the following kernel options:
* - @p CH_USE_SERIAL_FULLDUPLEX (and dependent options)
* .
- * In case of the required options are not enabled some or all tests may be
- * skipped.
- *
- * <h2>Waivers</h2>
- * None.
+ * In case some of the required options are not enabled then some or all tests
+ * may be skipped.
*
* @file testserial.c
* @brief Kernel Serial Driver test source file