提交 79b93c21 编写于 作者: B bernard 提交者: guo

[dbg] add dlog macro

上级 e498687a
......@@ -46,6 +46,13 @@ extern "C" {
#define DBG_COLOR
#endif
/* for dlog */
#ifdef PKG_USING_DLOG
#include <dlog.h>
#else
#define DLOG(...)
#endif
#if defined(RT_USING_ULOG)
/* using ulog compatible with rtdbg */
#include <ulog.h>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册