1
0
Эх сурвалжийг харах

Update the rtdbg.h for ulog enable.

armink 6 жил өмнө
parent
commit
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