fix default config for 51802

This commit is contained in:
Shuanglei Tao
2025-01-17 14:39:20 +08:00
parent 3957853296
commit 37cfbbf8da
2 changed files with 16 additions and 5 deletions

View File

@@ -3489,7 +3489,7 @@
// <e> NRF_LOG_ENABLED - nrf_log - Logging
//==========================================================
#ifndef NRF_LOG_ENABLED
#define NRF_LOG_ENABLED 1
#define NRF_LOG_ENABLED 0
#endif
#if NRF_LOG_ENABLED
// <e> NRF_LOG_USES_COLORS - If enabled then ANSI escape code for colors is prefixed to every string