mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-10-17 16:32:14 +08:00
[debug] rename RT_DEBUGING_INIT as RT_DEBUGING_AUTO_INIT
This commit is contained in:
@@ -579,7 +579,7 @@ 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_USING_DEBUG
|
||||
/* When debug mode is enabled: Define this macro to enable the print component initialization information, if not defined, close. */
|
||||
#define RT_DEBUGING_INIT
|
||||
#define RT_DEBUGING_AUTO_INIT
|
||||
|
||||
/* 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