浏览代码

[rtdbg] Update default section name to "DBG".

armink 7 年之前
父节点
当前提交
81a0782568
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/rtdbg.h

+ 1 - 1
include/rtdbg.h

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