From 2bd9de7041c034ba43bd1e171fb0692a13697eee Mon Sep 17 00:00:00 2001 From: Theodore Ateba Date: Thu, 21 Dec 2017 09:16:17 +0000 Subject: 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 --- testhal/AVR/MEGA/ICU/chconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testhal/AVR/MEGA/ICU') diff --git a/testhal/AVR/MEGA/ICU/chconf.h b/testhal/AVR/MEGA/ICU/chconf.h index 2f9f210f3..051c43f30 100644 --- a/testhal/AVR/MEGA/ICU/chconf.h +++ b/testhal/AVR/MEGA/ICU/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. -- cgit v1.2.3