Small documentation error.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2558 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
930b0adb22
commit
ad9cdbe42b
|
@ -68,7 +68,7 @@
|
||||||
* @brief Serial buffers size.
|
* @brief Serial buffers size.
|
||||||
* @details Configuration parameter, you can change the depth of the queue
|
* @details Configuration parameter, you can change the depth of the queue
|
||||||
* buffers depending on the requirements of your application.
|
* buffers depending on the requirements of your application.
|
||||||
* @note The default is 64 bytes for both the transmission and receive
|
* @note The default is 16 bytes for both the transmission and receive
|
||||||
* buffers.
|
* buffers.
|
||||||
*/
|
*/
|
||||||
#if !defined(SERIAL_BUFFERS_SIZE) || defined(__DOXYGEN__)
|
#if !defined(SERIAL_BUFFERS_SIZE) || defined(__DOXYGEN__)
|
||||||
|
|
Loading…
Reference in New Issue