remove mutex reset
This commit is contained in:
@@ -241,12 +241,6 @@ static inline bool osal_mutex_release(osal_mutex_t mutex_hdl)
|
||||
return osal_semaphore_post(mutex_hdl);
|
||||
}
|
||||
|
||||
// TOOD remove
|
||||
static inline void osal_mutex_reset(osal_mutex_t mutex_hdl)
|
||||
{
|
||||
osal_semaphore_reset(mutex_hdl);
|
||||
}
|
||||
|
||||
#define osal_mutex_wait osal_semaphore_wait
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user