Explorar o código

[Kernel] Remove the debug definition for mutex

Bernard Xiong %!s(int64=3) %!d(string=hai) anos
pai
achega
63b97db64a
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      src/ipc.c

+ 0 - 2
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)
 {