aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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__)