From ad9cdbe42bd4372831f4be70508fe1212ccc42bf Mon Sep 17 00:00:00 2001 From: gdisirio Date: Fri, 31 Dec 2010 11:04:06 +0000 Subject: Small documentation error. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2558 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/include/serial.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/hal') 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__) -- cgit v1.2.3