4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-19 05:51:24 +08:00

Merge pull request #1647 from armink/fix_rtdbg

[rtdbg] Update default section name to "DBG".
This commit is contained in:
朱天龙 (Armink) 2018-07-19 18:05:02 +08:00 committed by GitHub
commit 50b633ed1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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