소스 검색

Merge pull request #2544 from BernardXiong/disable_color

[Kernel] Disable color log in default
Bernard Xiong 6 년 전
부모
커밋
7d2471c423
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/Kconfig

+ 1 - 1
src/Kconfig

@@ -124,7 +124,7 @@ if RT_DEBUG
 
 config RT_DEBUG_COLOR
     bool "Enable color debugging log"
-    default y
+    default n
 
 config RT_DEBUG_INIT_CONFIG
     bool "Enable debugging of components initialization"