瀏覽代碼

[错误]:RT_DEBUG_INIT不能是bool型

和一些使用这个宏的components起了冲突,无法编译通过。
SummerGift 8 年之前
父節點
當前提交
75b1c0fbae
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/KConfig

+ 2 - 2
src/KConfig

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