mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-26 09:08:25 +00:00
Remove the DBG_COLOR and DBG_ENABLE definition.
This commit is contained in:
@@ -12,14 +12,12 @@
|
||||
|
||||
#define DEBUG_TCP_CLIENT
|
||||
|
||||
#define DBG_ENABLE
|
||||
#define DBG_SECTION_NAME "TCP"
|
||||
#ifdef DEBUG_TCP_CLIENT
|
||||
#define DBG_LEVEL DBG_LOG
|
||||
#else
|
||||
#define DBG_LEVEL DBG_INFO /* DBG_ERROR */
|
||||
#endif
|
||||
#define DBG_COLOR
|
||||
#include <rtdbg.h>
|
||||
|
||||
#define BUFSZ 1024
|
||||
|
||||
Reference in New Issue
Block a user