Typo.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@974 35acf78f-673a-0410-8e92-d51de3d6d3f4master
parent
ff73cf2783
commit
2f39b6e6b5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue