Merge pull request #1647 from armink/fix_rtdbg
[rtdbg] Update default section name to "DBG".
This commit is contained in:
commit
50b633ed1e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue