[rtdbg] Update some comments on rtdbg.h.

This commit is contained in:
armink 2018-05-28 09:29:49 +08:00
parent 67188c8692
commit 72316a6e6d
1 changed files with 0 additions and 5 deletions

View File

@ -32,11 +32,6 @@
* In your C/C++ file, enable/disable DEBUG_ENABLE macro, and then include this
* header file.
*
* #undef DBG_SECTION_NAME // avoid the macro is already defined
* #undef DBG_LEVEL
* #undef DBG_COLOR
* #undef DBG_ENABLE
*
* #define DBG_SECTION_NAME "[ MOD]"
* #define DBG_ENABLE // enable debug macro
* #define DBG_LEVEL DBG_INFO