diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-05-16 06:15:21 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-05-16 06:15:21 +0000 |
commit | ee8d2845c643af5f1e8baa2104e6b1b4a4ddd25f (patch) | |
tree | 498710e3783e945ceb12de3def6fb6268ae254c5 /test | |
parent | 1c3d2376a653b643d40b09ba0298e0420e0e3140 (diff) | |
download | ChibiOS-ee8d2845c643af5f1e8baa2104e6b1b4a4ddd25f.tar.gz ChibiOS-ee8d2845c643af5f1e8baa2104e6b1b4a4ddd25f.tar.bz2 ChibiOS-ee8d2845c643af5f1e8baa2104e6b1b4a4ddd25f.zip |
Doc.fix.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@972 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'test')
-rw-r--r-- | test/testserial.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/testserial.c b/test/testserial.c index 3144f81eb..11fd7f634 100644 --- a/test/testserial.c +++ b/test/testserial.c @@ -43,6 +43,10 @@ * In case some of the required options are not enabled then some or all tests * may be skipped. * + * + * <h2>Test Cases</h2> + * - @subpage test_serial_001 + * . * @file testserial.c * @brief Serial Driver test source file * @file testserial.h |