mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-03-27 01:10:20 +08:00
Update all of debug log definition to DBG_TAG and DBG_LVL.
This commit is contained in:
@@ -5,11 +5,11 @@
|
||||
|
||||
#define DEBUG_UDP_CLIENT
|
||||
|
||||
#define DBG_SECTION_NAME "UDP"
|
||||
#define DBG_TAG "UDP"
|
||||
#ifdef DEBUG_UDP_CLIENT
|
||||
#define DBG_LEVEL DBG_LOG
|
||||
#define DBG_LVL DBG_LOG
|
||||
#else
|
||||
#define DBG_LEVEL DBG_INFO /* DBG_ERROR */
|
||||
#define DBG_LVL DBG_INFO /* DBG_ERROR */
|
||||
#endif
|
||||
#include <rtdbg.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user