[debug] rename RT_DEBUGING_INIT as RT_DEBUGING_AUTO_INIT

This commit is contained in:
Meco Man
2023-11-09 07:52:18 -05:00
parent 48f53e9150
commit 589641258e
6 changed files with 18 additions and 18 deletions

View File

@@ -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