Merge pull request #2544 from BernardXiong/disable_color

[Kernel] Disable color log in default
This commit is contained in:
Bernard Xiong 2019-04-06 10:48:41 +08:00 committed by GitHub
commit 7d2471c423
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"