mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-21 10:36:04 +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
@@ -13,12 +13,8 @@
|
||||
|
||||
#include <rthw.h>
|
||||
|
||||
#define DBG_TAG "kernel.irq"
|
||||
#ifdef RT_DEBUG_IRQ
|
||||
#define DBG_LVL DBG_LOG
|
||||
#else
|
||||
#define DBG_LVL DBG_WARNING
|
||||
#endif /* defined (RT_DEBUG_IRQ) */
|
||||
#define DBG_TAG "cpu.ti.c28x"
|
||||
#define DBG_LVL DBG_INFO
|
||||
#include <rtdbg.h>
|
||||
|
||||
extern volatile rt_uint8_t rt_interrupt_nest;
|
||||
|
||||
Reference in New Issue
Block a user