mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-22 11:30:01 +08:00
Remove dbg_enter and dbg_exit macro.
This commit is contained in:
@@ -49,8 +49,6 @@ static void _signal_entry(void *parameter)
|
||||
{
|
||||
rt_thread_t tid = rt_thread_self();
|
||||
|
||||
dbg_enter;
|
||||
|
||||
/* handle signal */
|
||||
rt_thread_handle_sig(RT_FALSE);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user