mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-22 03:09:16 +08:00
[debug] remove RT_DEBUG_xxx
remove RT_DEBUG_THREAD RT_DEBUG_SCHEDULER RT_DEBUG_IPC RT_DEBUG_TIMER RT_DEBUG_IRQ RT_DEBUG_MEM RT_DEBUG_SLAB RT_DEBUG_MEMHEAP
This commit is contained in:
committed by
Man, Jianting (Meco)
parent
3660db39a1
commit
237bbfd968
+1
-5
@@ -39,11 +39,7 @@
|
||||
#include <stddef.h>
|
||||
|
||||
#define DBG_TAG "kernel.thread"
|
||||
#ifdef RT_DEBUG_THREAD
|
||||
#define DBG_LVL DBG_LOG
|
||||
#else
|
||||
#define DBG_LVL DBG_WARNING
|
||||
#endif /* defined (RT_DEBUG_THREAD) */
|
||||
#define DBG_LVL DBG_INFO
|
||||
#include <rtdbg.h>
|
||||
|
||||
#ifndef __on_rt_thread_inited_hook
|
||||
|
||||
Reference in New Issue
Block a user