ソースを参照

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

armink 6 年 前
コミット
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