[Kernel] Remove the debug definition for mutex
This commit is contained in:
parent
e645c95eb8
commit
63b97db64a
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue