diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-12-31 11:04:06 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-12-31 11:04:06 +0000 |
commit | ad9cdbe42bd4372831f4be70508fe1212ccc42bf (patch) | |
tree | ca7d490dfde40dd5b326ca19ae1e938e2e9b5466 /os/hal | |
parent | 930b0adb22b94625bbb01a5a987027b3b4162d34 (diff) | |
download | ChibiOS-ad9cdbe42bd4372831f4be70508fe1212ccc42bf.tar.gz ChibiOS-ad9cdbe42bd4372831f4be70508fe1212ccc42bf.tar.bz2 ChibiOS-ad9cdbe42bd4372831f4be70508fe1212ccc42bf.zip |
Small documentation error.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2558 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal')
-rw-r--r-- | os/hal/include/serial.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/include/serial.h b/os/hal/include/serial.h index 448ec1654..bbbd9eda5 100644 --- a/os/hal/include/serial.h +++ b/os/hal/include/serial.h @@ -68,7 +68,7 @@ * @brief Serial buffers size.
* @details Configuration parameter, you can change the depth of the queue
* 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.
*/
#if !defined(SERIAL_BUFFERS_SIZE) || defined(__DOXYGEN__)
|