diff options
author | Theodore Ateba <tf.ateba@gmail.com> | 2017-12-21 09:16:17 +0000 |
---|---|---|
committer | Theodore Ateba <tf.ateba@gmail.com> | 2017-12-21 09:16:17 +0000 |
commit | 2bd9de7041c034ba43bd1e171fb0692a13697eee (patch) | |
tree | 2db9e070d931375bfc5a4745f52416d47ca3da45 /testhal/AVR/MEGA/I2C/chconf.h | |
parent | e3f12486f060b88043ff92736e2cd45c2dda5f5b (diff) | |
download | ChibiOS-2bd9de7041c034ba43bd1e171fb0692a13697eee.tar.gz ChibiOS-2bd9de7041c034ba43bd1e171fb0692a13697eee.tar.bz2 ChibiOS-2bd9de7041c034ba43bd1e171fb0692a13697eee.zip |
AVR: Update all configuration files of testhal to avoid the error CH_DBG_TRACE_MASK not defined in chconf.h
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11155 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/AVR/MEGA/I2C/chconf.h')
-rw-r--r-- | testhal/AVR/MEGA/I2C/chconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/AVR/MEGA/I2C/chconf.h b/testhal/AVR/MEGA/I2C/chconf.h index 2f9f210f3..051c43f30 100644 --- a/testhal/AVR/MEGA/I2C/chconf.h +++ b/testhal/AVR/MEGA/I2C/chconf.h @@ -430,7 +430,7 @@ *
* @note The default is @p FALSE.
*/
-#define CH_DBG_ENABLE_TRACE CH_DBG_TRACE_MASK_DISABLED
+#define CH_DBG_TRACE_MASK CH_DBG_TRACE_MASK_DISABLED
/**
* @brief Trace buffer entries.
|