aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-12-31 11:04:06 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-12-31 11:04:06 +0000
commitad9cdbe42bd4372831f4be70508fe1212ccc42bf (patch)
treeca7d490dfde40dd5b326ca19ae1e938e2e9b5466
parent930b0adb22b94625bbb01a5a987027b3b4162d34 (diff)
downloadChibiOS-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
-rw-r--r--os/hal/include/serial.h2
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__)