Update the rtdbg.h for ulog enable.
This commit is contained in:
parent
59d04452ce
commit
7f3f8d8352
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue