Ver Fonte

[Kernel] Disable color log in default

BernardXiong há 7 anos atrás
pai
commit
84407ef186
1 ficheiros alterados com 1 adições e 1 exclusões
  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"