aboutsummaryrefslogtreecommitdiffstats
path: root/demos/AVR
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2016-04-05 07:36:15 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2016-04-05 07:36:15 +0000
commitb529e1b88e7e187c14268d4facc6542d3b499f6b (patch)
treea6179fe9b2137b22f97745b6ce5ddc56d9259960 /demos/AVR
parenta2e1dc3941bd11af6dbce139cdccb904794cbd7c (diff)
downloadChibiOS-b529e1b88e7e187c14268d4facc6542d3b499f6b.tar.gz
ChibiOS-b529e1b88e7e187c14268d4facc6542d3b499f6b.tar.bz2
ChibiOS-b529e1b88e7e187c14268d4facc6542d3b499f6b.zip
Separate trace module, simplified tracer configuration.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9239 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/AVR')
-rw-r--r--demos/AVR/RT-ARDUINOMEGA/chconf.h3
-rw-r--r--demos/AVR/RT-ARDUINOUNO/chconf.h3
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.
*/