Parcourir la source

Merge pull request #1647 from armink/fix_rtdbg

[rtdbg] Update default section name to "DBG".
朱天龙 (Armink) il y a 7 ans
Parent
commit
50b633ed1e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      include/rtdbg.h

+ 1 - 1
include/rtdbg.h

@@ -60,7 +60,7 @@
 #define DBG_ERROR           3
 #define DBG_ERROR           3
 
 
 #ifndef DBG_SECTION_NAME
 #ifndef DBG_SECTION_NAME
-#define DBG_SECTION_NAME    "[ DBG]"
+#define DBG_SECTION_NAME    "DBG"
 #endif
 #endif
 
 
 #ifdef DBG_ENABLE
 #ifdef DBG_ENABLE