소스 검색

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