aboutsummaryrefslogtreecommitdiffstats
path: root/demos/SPC5/RT-SPC56EL-EVB
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2016-01-03 11:09:44 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2016-01-03 11:09:44 +0000
commitf6254956eb4eda3bd066460269c51ff842fec695 (patch)
tree6f0eb1fc628d1c99978d17095c82bb775c52812b /demos/SPC5/RT-SPC56EL-EVB
parent25673ac6de8dc912b2d9a5c053205cbec7138dd4 (diff)
downloadChibiOS-f6254956eb4eda3bd066460269c51ff842fec695.tar.gz
ChibiOS-f6254956eb4eda3bd066460269c51ff842fec695.tar.bz2
ChibiOS-f6254956eb4eda3bd066460269c51ff842fec695.zip
Documentation-related fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8675 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/SPC5/RT-SPC56EL-EVB')
-rw-r--r--demos/SPC5/RT-SPC56EL-EVB/halconf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/SPC5/RT-SPC56EL-EVB/halconf.h b/demos/SPC5/RT-SPC56EL-EVB/halconf.h
index f04e0bd42..8ac6abde0 100644
--- a/demos/SPC5/RT-SPC56EL-EVB/halconf.h
+++ b/demos/SPC5/RT-SPC56EL-EVB/halconf.h
@@ -301,7 +301,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__)
@@ -316,7 +316,7 @@
* @brief Serial over USB buffers size.
* @details Configuration parameter, the buffer size must be a multiple of
* the USB data endpoint maximum packet size.
- * @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_USB_BUFFERS_SIZE) || defined(__DOXYGEN__)