mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-05 15:15:29 +00:00
[dbg] add dlog macro
This commit is contained in:
@@ -46,6 +46,13 @@ extern "C" {
|
|||||||
#define DBG_COLOR
|
#define DBG_COLOR
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/* for dlog */
|
||||||
|
#ifdef PKG_USING_DLOG
|
||||||
|
#include <dlog.h>
|
||||||
|
#else
|
||||||
|
#define DLOG(...)
|
||||||
|
#endif
|
||||||
|
|
||||||
#if defined(RT_USING_ULOG)
|
#if defined(RT_USING_ULOG)
|
||||||
/* using ulog compatible with rtdbg */
|
/* using ulog compatible with rtdbg */
|
||||||
#include <ulog.h>
|
#include <ulog.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user