mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-21 02:06:14 +08:00
Update all of debug log definition to DBG_TAG and DBG_LVL.
This commit is contained in:
@@ -13,15 +13,15 @@
|
||||
*/
|
||||
|
||||
#ifndef LOG_TAG
|
||||
#define DBG_SECTION_NAME "at"
|
||||
#define DBG_TAG "at"
|
||||
#else
|
||||
#define DBG_SECTION_NAME LOG_TAG
|
||||
#define DBG_TAG LOG_TAG
|
||||
#endif /* LOG_TAG */
|
||||
|
||||
#ifdef AT_DEBUG
|
||||
#define DBG_LEVEL DBG_LOG
|
||||
#define DBG_LVL DBG_LOG
|
||||
#else
|
||||
#define DBG_LEVEL DBG_INFO
|
||||
#define DBG_LVL DBG_INFO
|
||||
#endif /* AT_DEBUG */
|
||||
|
||||
#include <rtdbg.h>
|
||||
|
||||
Reference in New Issue
Block a user