Explorar o código

Merge pull request #858 from SummerGGift/patch-1

[错误]:RT_DEBUG_INIT不能是bool型
Bernard Xiong %!s(int64=8) %!d(string=hai) anos
pai
achega
f32145cade
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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.
         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"
-    default n
+    int "Enable system initialization informat print"
+    default 1
     help
     help
         print the procedure name of initialization
         print the procedure name of initialization