aboutsummaryrefslogtreecommitdiffstats
path: root/test/testserial.c
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-05-07 20:36:26 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-05-07 20:36:26 +0000
commitb37209d196026ba07f687c487d53dcbeef1f9223 (patch)
tree948c63aa5d60eb3ec316cc8933764d9305cc75c1 /test/testserial.c
parentaea323e12179301b00e7766fc97dc3d3b51576d9 (diff)
downloadChibiOS-b37209d196026ba07f687c487d53dcbeef1f9223.tar.gz
ChibiOS-b37209d196026ba07f687c487d53dcbeef1f9223.tar.bz2
ChibiOS-b37209d196026ba07f687c487d53dcbeef1f9223.zip
Started adding documentation tags to the test suite.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@950 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'test/testserial.c')
-rw-r--r--test/testserial.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/testserial.c b/test/testserial.c
index a10529493..61fc0315a 100644
--- a/test/testserial.c
+++ b/test/testserial.c
@@ -47,7 +47,9 @@
* None.
*
* @file testserial.c
+ * @brief Kernel Serial Driver test source file
* @file testserial.h
+ * @brief Kernel Serial Driver test header file
*/
#if CH_USE_SERIAL_FULLDUPLEX
@@ -59,7 +61,7 @@
*/
const struct testcase * const patternserial[] = {
#if CH_USE_SERIAL_FULLDUPLEX
- &testserial1,
+// &testserial1,
#endif
NULL
};