mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-10-16 23:40:13 +08:00
[include][dbg]update: no longer use RT_DEBUG_LOG in rtdebug.h (#7750)
This commit is contained in:
@@ -578,10 +578,11 @@ Configuration is mainly done by modifying the file under project directory - rtc
|
||||
|
||||
/* Define this macro to enable debug mode, if not defined, close. */
|
||||
#define RT_DEBUG
|
||||
/* When debug mode is enabled: When the macro is defined as 0, the print component initialization information is turned off. When it is defined as 1, it is enabled. */
|
||||
#define RT_DEBUG_INIT 0
|
||||
/* When debug mode is enabled: Define this macro to enable the print component initialization information, if not defined, close. */
|
||||
#define RT_DEBUG_INIT
|
||||
/* When debug mode is enabled: When the macro is defined as 0, the print thread switching information is turned off. When it is defined as 1, it is enabled. */
|
||||
#define RT_DEBUG_THREAD 0
|
||||
/* When debug mode is enabled: Define this macro to enable the print thread switching information. */
|
||||
#define RT_DEBUG_THREAD
|
||||
|
||||
/* Defining this macro means the use of the hook function is started, if not defined, close. */
|
||||
#define RT_USING_HOOK
|
||||
|
Reference in New Issue
Block a user