Remove the DBG_COLOR and DBG_ENABLE definition.

This commit is contained in:
armink
2019-03-06 17:54:30 +08:00
parent 85a0aaa3c2
commit 0d7ba79219
242 changed files with 223 additions and 202 deletions
+4
View File
@@ -113,6 +113,10 @@ menuconfig RT_DEBUG
if RT_DEBUG
config RT_DEBUG_COLOR
bool "Enable color debugging log"
default y
config RT_DEBUG_INIT_CONFIG
bool "Enable debugging of components initialization"
default n
+1 -3
View File
@@ -22,10 +22,8 @@
#define RT_SIG_INFO_MAX 32
#endif
// #define DBG_ENABLE
#define DBG_SECTION_NAME "SIGN"
#define DBG_COLOR
#define DBG_LEVEL DBG_LOG
#define DBG_LEVEL DBG_INFO
#include <rtdbg.h>
#define sig_mask(sig_no) (1u << sig_no)