Browse Source

Update the rtdbg.h for ulog enable.

armink 6 years ago
parent
commit
7f3f8d8352
1 changed files with 1 additions and 1 deletions
  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