Merge pull request #858 from SummerGGift/patch-1

[错误]:RT_DEBUG_INIT不能是bool型
This commit is contained in:
Bernard Xiong 2017-09-30 17:47:39 +08:00 committed by GitHub
commit f32145cade
1 changed files with 2 additions and 2 deletions

View File

@ -38,8 +38,8 @@ config RT_USING_OVERFLOW_CHECK
Enable thread stack overflow checking. The stack overflow is checking when each thread switch.
config RT_DEBUG_INIT
bool "Enable system initialization informat print"
default n
int "Enable system initialization informat print"
default 1
help
print the procedure name of initialization