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

This commit is contained in:
armink 2018-07-19 18:04:02 +08:00
parent 8aeb87222e
commit 81a0782568
1 changed files with 1 additions and 1 deletions

View File

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