Explorar el Código

[Kernel] Remove the debug definition for mutex

Bernard Xiong hace 3 años
padre
commit
63b97db64a
Se han modificado 1 ficheros con 0 adiciones y 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)
 {