瀏覽代碼

[Kernel] Remove the debug definition for mutex

Bernard Xiong 3 年之前
父節點
當前提交
63b97db64a
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      src/ipc.c

+ 0 - 2
src/ipc.c

@@ -709,8 +709,6 @@ RTM_EXPORT(rt_sem_control);
 /**@}*/
 /**@}*/
 #endif /* RT_USING_SEMAPHORE */
 #endif /* RT_USING_SEMAPHORE */
 
 
-#define RT_USING_MUTEX
-
 #ifdef RT_USING_MUTEX
 #ifdef RT_USING_MUTEX
 rt_inline rt_uint8_t _mutex_update_priority(struct rt_mutex *mutex)
 rt_inline rt_uint8_t _mutex_update_priority(struct rt_mutex *mutex)
 {
 {