Update the rtdbg.h for ulog enable.

This commit is contained in:
armink 2019-03-09 13:43:35 +08:00
parent 59d04452ce
commit 7f3f8d8352
1 changed files with 1 additions and 1 deletions

View File

@ -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