diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-05-16 07:54:00 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-05-16 07:54:00 +0000 |
commit | 2f39b6e6b5bd6383c125fbf151ffd0d7e488a1de (patch) | |
tree | 6148e27de1399d95a71ca571106972944155c506 /test | |
parent | ff73cf2783b99f190d72010d04114a77f5a8d90a (diff) | |
download | ChibiOS-2f39b6e6b5bd6383c125fbf151ffd0d7e488a1de.tar.gz ChibiOS-2f39b6e6b5bd6383c125fbf151ffd0d7e488a1de.tar.bz2 ChibiOS-2f39b6e6b5bd6383c125fbf151ffd0d7e488a1de.zip |
Typo.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@974 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'test')
-rw-r--r-- | test/testserial.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/testserial.c b/test/testserial.c index fe92ebe2b..ca9174698 100644 --- a/test/testserial.c +++ b/test/testserial.c @@ -93,7 +93,7 @@ static void onfy(void) { } /** - * @page test_serial_001 Synchronous loopback test + * @page test_serial_001 Synchronous loopback * * <h2>Description</h2> * A sequence of characters are sent to the loopback driver and read back. The @@ -160,7 +160,7 @@ const struct testcase testserial1 = { }; /** - * @page test_serial_002 Asynchronous loopback test + * @page test_serial_002 Asynchronous loopback * * <h2>Description</h2> * A sequence of characters are sent to the loopback driver using the |