From 2f39b6e6b5bd6383c125fbf151ffd0d7e488a1de Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 16 May 2009 07:54:00 +0000 Subject: Typo. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@974 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- test/testserial.c | 4 ++-- 1 file 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 * *

Description

* 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 * *

Description

* A sequence of characters are sent to the loopback driver using the -- cgit v1.2.3