From ee08e3913875019c247a449911765f4de55202ad Mon Sep 17 00:00:00 2001 From: YunHorn Technology Date: Fri, 13 Oct 2023 17:54:45 +0800 Subject: [PATCH] reset debugger and app_log_enable --- Core/Inc/sys_conf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Core/Inc/sys_conf.h b/Core/Inc/sys_conf.h index 69f6386..e9a66dc 100644 --- a/Core/Inc/sys_conf.h +++ b/Core/Inc/sys_conf.h @@ -47,12 +47,12 @@ extern "C" { /** * @brief Verbose level for all trace logs */ -#define VERBOSE_LEVEL VLEVEL_M +#define VERBOSE_LEVEL VLEVEL_H /** * @brief Enable trace logs */ -#define APP_LOG_ENABLED 1 +#define APP_LOG_ENABLED 0 /** * @brief Activate monitoring (probes) of some internal RF signals for debug purpose