mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-21 00:27:19 +08:00
[dbg] add dlog macro
This commit is contained in:
parent
e498687a58
commit
79b93c2199
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user