aboutsummaryrefslogtreecommitdiffstats
path: root/test/rt/testbuild/halconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/rt/testbuild/halconf.h')
-rw-r--r--test/rt/testbuild/halconf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/rt/testbuild/halconf.h b/test/rt/testbuild/halconf.h
index 5f1ab3981..87c418d5d 100644
--- a/test/rt/testbuild/halconf.h
+++ b/test/rt/testbuild/halconf.h
@@ -294,7 +294,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__)
@@ -309,7 +309,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__)