From 75b1c0fbae7074f24657c9ea97e141203e4b1ab4 Mon Sep 17 00:00:00 2001 From: SummerGift <459994202@qq.com> Date: Sat, 30 Sep 2017 16:47:06 +0800 Subject: [PATCH] =?UTF-8?q?[=E9=94=99=E8=AF=AF]=EF=BC=9ART=5FDEBUG=5FINIT?= =?UTF-8?q?=E4=B8=8D=E8=83=BD=E6=98=AFbool=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 和一些使用这个宏的components起了冲突,无法编译通过。 --- src/KConfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/KConfig b/src/KConfig index 8c2b73f39..a79438944 100644 --- a/src/KConfig +++ b/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