diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-01-03 11:13:25 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-01-03 11:13:25 +0000 |
commit | 4972de4967f5c175edb6b6c4c4706695812873bc (patch) | |
tree | c60fc2f0115ee67b23d39890b2159f1ff8daa64a /demos/AVR | |
parent | f6254956eb4eda3bd066460269c51ff842fec695 (diff) | |
download | ChibiOS-4972de4967f5c175edb6b6c4c4706695812873bc.tar.gz ChibiOS-4972de4967f5c175edb6b6c4c4706695812873bc.tar.bz2 ChibiOS-4972de4967f5c175edb6b6c4c4706695812873bc.zip |
Documentation-related fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8676 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/AVR')
-rw-r--r-- | demos/AVR/NIL-ARDUINOMEGA/halconf.h | 2 | ||||
-rw-r--r-- | demos/AVR/NIL-ARDUINOUNO/halconf.h | 2 | ||||
-rw-r--r-- | demos/AVR/RT-ARDUINOMEGA/halconf.h | 2 | ||||
-rw-r--r-- | demos/AVR/RT-ARDUINOUNO/halconf.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/demos/AVR/NIL-ARDUINOMEGA/halconf.h b/demos/AVR/NIL-ARDUINOMEGA/halconf.h index b25bef05a..88c58350a 100644 --- a/demos/AVR/NIL-ARDUINOMEGA/halconf.h +++ b/demos/AVR/NIL-ARDUINOMEGA/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/demos/AVR/NIL-ARDUINOUNO/halconf.h b/demos/AVR/NIL-ARDUINOUNO/halconf.h index b25bef05a..88c58350a 100644 --- a/demos/AVR/NIL-ARDUINOUNO/halconf.h +++ b/demos/AVR/NIL-ARDUINOUNO/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/demos/AVR/RT-ARDUINOMEGA/halconf.h b/demos/AVR/RT-ARDUINOMEGA/halconf.h index b25bef05a..88c58350a 100644 --- a/demos/AVR/RT-ARDUINOMEGA/halconf.h +++ b/demos/AVR/RT-ARDUINOMEGA/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/demos/AVR/RT-ARDUINOUNO/halconf.h b/demos/AVR/RT-ARDUINOUNO/halconf.h index b25bef05a..88c58350a 100644 --- a/demos/AVR/RT-ARDUINOUNO/halconf.h +++ b/demos/AVR/RT-ARDUINOUNO/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__)
|