mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-21 18:57:16 +08:00
Remove the DBG_COLOR and DBG_ENABLE definition.
This commit is contained in:
@@ -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
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user