From 00abdb85febef0608b3f0dff5c6189a713523872 Mon Sep 17 00:00:00 2001 From: Rocco Marco Guglielmi Date: Mon, 29 Nov 2021 11:03:33 +0000 Subject: [PATCH] Fixed wrong value in chconf.h git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15147 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 --- demos/STM32/RT-STM32F469I-EVAL-SDP-CK1Z/cfg/chconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/STM32/RT-STM32F469I-EVAL-SDP-CK1Z/cfg/chconf.h b/demos/STM32/RT-STM32F469I-EVAL-SDP-CK1Z/cfg/chconf.h index 897f2e472..457751050 100644 --- a/demos/STM32/RT-STM32F469I-EVAL-SDP-CK1Z/cfg/chconf.h +++ b/demos/STM32/RT-STM32F469I-EVAL-SDP-CK1Z/cfg/chconf.h @@ -606,7 +606,7 @@ * @note The default is @p CH_DBG_TRACE_MASK_DISABLED. */ #if !defined(CH_DBG_TRACE_MASK) -#define CH_DBG_TRACE_MASK CH_DBG_TRACE_MASK_NONE +#define CH_DBG_TRACE_MASK CH_DBG_TRACE_MASK_DISABLED #endif /**