[src][Kconfig]make RT_ASSERT independent of RT_USING_DEUBG

This commit is contained in:
zms123456
2024-05-06 20:40:30 -04:00
committed by GitHub
parent 12ad1703df
commit 9112dffec8
2 changed files with 6 additions and 2 deletions
+4
View File
@@ -220,6 +220,10 @@ menuconfig RT_USING_DEBUG
default y
if RT_USING_DEBUG
config RT_DEBUGING_ASSERT
bool "Enable assertion debugging"
default y
config RT_DEBUGING_COLOR
bool "Enable color debugging log"
default y