diff options
Diffstat (limited to 'demos/AVR')
-rw-r--r-- | demos/AVR/RT-ARDUINOMEGA/chconf.h | 3 | ||||
-rw-r--r-- | demos/AVR/RT-ARDUINOUNO/chconf.h | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/demos/AVR/RT-ARDUINOMEGA/chconf.h b/demos/AVR/RT-ARDUINOMEGA/chconf.h index 93024ec7e..0e999aa50 100644 --- a/demos/AVR/RT-ARDUINOMEGA/chconf.h +++ b/demos/AVR/RT-ARDUINOMEGA/chconf.h @@ -374,8 +374,7 @@ /**
* @brief Debug option, trace buffer.
- * @details If enabled then the context switch circular trace buffer is
- * activated.
+ * @details If enabled then the trace buffer is activated.
*
* @note The default is @p FALSE.
*/
diff --git a/demos/AVR/RT-ARDUINOUNO/chconf.h b/demos/AVR/RT-ARDUINOUNO/chconf.h index 93024ec7e..0e999aa50 100644 --- a/demos/AVR/RT-ARDUINOUNO/chconf.h +++ b/demos/AVR/RT-ARDUINOUNO/chconf.h @@ -374,8 +374,7 @@ /**
* @brief Debug option, trace buffer.
- * @details If enabled then the context switch circular trace buffer is
- * activated.
+ * @details If enabled then the trace buffer is activated.
*
* @note The default is @p FALSE.
*/
|