diff --git a/.config b/.config index 63cf311..f51b6c1 100644 --- a/.config +++ b/.config @@ -44,7 +44,7 @@ CONFIG_RT_USING_DEBUG=y CONFIG_RT_DEBUGING_ASSERT=y CONFIG_RT_DEBUGING_COLOR=y CONFIG_RT_DEBUGING_CONTEXT=y -CONFIG_RT_DEBUGING_AUTO_INIT=y +# CONFIG_RT_DEBUGING_AUTO_INIT is not set CONFIG_RT_USING_OVERFLOW_CHECK=y # diff --git a/rtconfig.h b/rtconfig.h index d3a52f1..c9d0ac9 100644 --- a/rtconfig.h +++ b/rtconfig.h @@ -29,7 +29,6 @@ #define RT_DEBUGING_ASSERT #define RT_DEBUGING_COLOR #define RT_DEBUGING_CONTEXT -#define RT_DEBUGING_AUTO_INIT #define RT_USING_OVERFLOW_CHECK /* Inter-Thread communication */