Browse Source

[Kernel] Remove the debug definition for mutex

Bernard Xiong 2 years ago
parent
commit
63b97db64a
1 changed files with 0 additions and 2 deletions
  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)
 {
 {