mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-10-19 12:14:30 +08:00
Sync from master (fc5cfe0a5e
)
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