From 63b97db64a89e258f93aca3876e48482fe0752a5 Mon Sep 17 00:00:00 2001 From: Bernard Xiong Date: Mon, 17 Oct 2022 08:01:48 +0800 Subject: [PATCH] [Kernel] Remove the debug definition for mutex --- src/ipc.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ipc.c b/src/ipc.c index 95baef4422..314cb7a0eb 100644 --- a/src/ipc.c +++ b/src/ipc.c @@ -709,8 +709,6 @@ RTM_EXPORT(rt_sem_control); /**@}*/ #endif /* RT_USING_SEMAPHORE */ -#define RT_USING_MUTEX - #ifdef RT_USING_MUTEX rt_inline rt_uint8_t _mutex_update_priority(struct rt_mutex *mutex) {