mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-27 01:28:23 +00:00
Remove the DBG_COLOR and DBG_ENABLE definition.
This commit is contained in:
@@ -19,9 +19,7 @@
|
||||
|
||||
#include "lwp.h"
|
||||
|
||||
#define DBG_ENABLE
|
||||
#define DBG_SECTION_NAME "LWP"
|
||||
#define DBG_COLOR
|
||||
#define DBG_LEVEL DBG_WARNING
|
||||
#include <rtdbg.h>
|
||||
|
||||
|
||||
@@ -11,9 +11,7 @@
|
||||
#include <rtthread.h>
|
||||
#include <lwp.h>
|
||||
|
||||
#define DBG_ENABLE
|
||||
#define DBG_SECTION_NAME "LWPMEM"
|
||||
#define DBG_COLOR
|
||||
#define DBG_LEVEL DBG_WARNING
|
||||
#include <rtdbg.h>
|
||||
|
||||
|
||||
@@ -24,9 +24,7 @@
|
||||
#define SYSCALL_NET(f) ((void*)sys_notimpl)
|
||||
#endif
|
||||
|
||||
#define DBG_ENABLE
|
||||
#define DBG_SECTION_NAME "LWP_CALL"
|
||||
#define DBG_COLOR
|
||||
#define DBG_LEVEL DBG_WARNING
|
||||
#include <rtdbg.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user