diff options
| author | hathach <[email protected]> | 2018-03-30 16:23:50 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-03-30 16:23:50 +0700 |
| commit | 9f1f7958ec9310a34fbf94359ee0b3dd0dd86925 (patch) | |
| tree | 87f3343550340cc5133a71d32e4e031d44b06892 /tinyusb/osal/osal_none.h | |
| parent | 82da013dadf2b2f69f362702ca40708fdec52df4 (diff) | |
remove mutex reset
Diffstat (limited to 'tinyusb/osal/osal_none.h')
| -rw-r--r-- | tinyusb/osal/osal_none.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tinyusb/osal/osal_none.h b/tinyusb/osal/osal_none.h index 5325fd29e..9cdfdcb2f 100644 --- a/tinyusb/osal/osal_none.h +++ b/tinyusb/osal/osal_none.h @@ -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
|
