提交 75b1c0fb 编写于 作者: S SummerGift 提交者: GitHub

[错误]:RT_DEBUG_INIT不能是bool型

和一些使用这个宏的components起了冲突,无法编译通过。
上级 19e28473
...@@ -38,8 +38,8 @@ config RT_USING_OVERFLOW_CHECK ...@@ -38,8 +38,8 @@ config RT_USING_OVERFLOW_CHECK
Enable thread stack overflow checking. The stack overflow is checking when each thread switch. Enable thread stack overflow checking. The stack overflow is checking when each thread switch.
config RT_DEBUG_INIT config RT_DEBUG_INIT
bool "Enable system initialization informat print" int "Enable system initialization informat print"
default n default 1
help help
print the procedure name of initialization print the procedure name of initialization
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册