浏览代码

Update the rtdbg.h for ulog enable.

armink 6 年之前
父节点
当前提交
7f3f8d8352
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/rtdbg.h

+ 1 - 1
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 <ulog.h>
 #else