From 7f3f8d8352218f879b460894b6401c036156a93f Mon Sep 17 00:00:00 2001 From: armink Date: Sat, 9 Mar 2019 13:43:35 +0800 Subject: [PATCH] Update the rtdbg.h for ulog enable. --- include/rtdbg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/rtdbg.h b/include/rtdbg.h index 6eb8ceb221..77382c656b 100644 --- a/include/rtdbg.h +++ b/include/rtdbg.h @@ -42,7 +42,7 @@ #define DBG_COLOR #endif -#if defined(RT_USING_ULOG) && defined(DBG_ENABLE) +#if defined(RT_USING_ULOG) /* using ulog compatible with rtdbg */ #include #else