mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-26 17:18:24 +00:00
Remove the DBG_COLOR and DBG_ENABLE definition.
This commit is contained in:
@@ -5,14 +5,12 @@
|
||||
|
||||
#define DEBUG_UDP_CLIENT
|
||||
|
||||
#define DBG_ENABLE
|
||||
#define DBG_SECTION_NAME "UDP"
|
||||
#ifdef DEBUG_UDP_CLIENT
|
||||
#define DBG_LEVEL DBG_LOG
|
||||
#else
|
||||
#define DBG_LEVEL DBG_INFO /* DBG_ERROR */
|
||||
#endif
|
||||
#define DBG_COLOR
|
||||
#include <rtdbg.h>
|
||||
|
||||
static int started = 0;
|
||||
|
||||
Reference in New Issue
Block a user