diff options
Diffstat (limited to 'testhal/AVR')
-rw-r--r-- | testhal/AVR/GPT/halconf.h | 2 | ||||
-rw-r--r-- | testhal/AVR/I2C/halconf.h | 2 | ||||
-rw-r--r-- | testhal/AVR/ICU/halconf.h | 2 | ||||
-rw-r--r-- | testhal/AVR/PWM/halconf.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/testhal/AVR/GPT/halconf.h b/testhal/AVR/GPT/halconf.h index 7d756a23d..044da3f86 100644 --- a/testhal/AVR/GPT/halconf.h +++ b/testhal/AVR/GPT/halconf.h @@ -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 16 bytes for both the transmission and receive
+ * @note The default is 256 bytes for both the transmission and receive
* buffers.
*/
#if !defined(SERIAL_USB_BUFFERS_SIZE) || defined(__DOXYGEN__)
diff --git a/testhal/AVR/I2C/halconf.h b/testhal/AVR/I2C/halconf.h index cf6545690..7f99557c1 100644 --- a/testhal/AVR/I2C/halconf.h +++ b/testhal/AVR/I2C/halconf.h @@ -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 16 bytes for both the transmission and receive
+ * @note The default is 256 bytes for both the transmission and receive
* buffers.
*/
#if !defined(SERIAL_USB_BUFFERS_SIZE) || defined(__DOXYGEN__)
diff --git a/testhal/AVR/ICU/halconf.h b/testhal/AVR/ICU/halconf.h index c1a9b7f1e..b4126f9f6 100644 --- a/testhal/AVR/ICU/halconf.h +++ b/testhal/AVR/ICU/halconf.h @@ -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 16 bytes for both the transmission and receive
+ * @note The default is 256 bytes for both the transmission and receive
* buffers.
*/
#if !defined(SERIAL_USB_BUFFERS_SIZE) || defined(__DOXYGEN__)
diff --git a/testhal/AVR/PWM/halconf.h b/testhal/AVR/PWM/halconf.h index 957df2b6e..e6835ca52 100644 --- a/testhal/AVR/PWM/halconf.h +++ b/testhal/AVR/PWM/halconf.h @@ -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 16 bytes for both the transmission and receive
+ * @note The default is 256 bytes for both the transmission and receive
* buffers.
*/
#if !defined(SERIAL_USB_BUFFERS_SIZE) || defined(__DOXYGEN__)
|