From 72316a6e6d5cd4a091062d5ae4a61285551354b6 Mon Sep 17 00:00:00 2001 From: armink Date: Mon, 28 May 2018 09:29:49 +0800 Subject: [PATCH] [rtdbg] Update some comments on rtdbg.h. --- include/rtdbg.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/rtdbg.h b/include/rtdbg.h index 8cecd8de2..4d9f760c0 100644 --- a/include/rtdbg.h +++ b/include/rtdbg.h @@ -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 -- GitLab