From a5ea9ca2ab293a44857fcc0321ca311948a8d1dd Mon Sep 17 00:00:00 2001
From: YunHorn Technology <dp.s@yunhorn.com>
Date: Fri, 10 Nov 2023 12:16:59 +0800
Subject: [PATCH] DISABLE LOG FOR PRODUCTION 2023 11 10

---
 Core/Inc/sys_conf.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Core/Inc/sys_conf.h b/Core/Inc/sys_conf.h
index 51ca3b6..ea70373 100644
--- a/Core/Inc/sys_conf.h
+++ b/Core/Inc/sys_conf.h
@@ -52,7 +52,7 @@ extern "C" {
 /**
   * @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