diff options
| author | Gordon McNab <[email protected]> | 2023-01-30 10:06:55 +0000 |
|---|---|---|
| committer | Gordon McNab <[email protected]> | 2023-01-30 10:06:55 +0000 |
| commit | c07fb9a71e5d3e85c8729bf6a8683a4c8b8096be (patch) | |
| tree | 04904901977410aeb5658f1f526ee76b9b6f501e /src/osal/osal_rtthread.h | |
| parent | 63e6aea5ac4aed5a7b405a42c888cec66432ee26 (diff) | |
| parent | 6dd40603f92a04d695b78a3ee6c0276525960aef (diff) | |
Merge branch 'port-ft90x' of https://github.com/ftdigdm/tinyusb into port-ft90x
Diffstat (limited to 'src/osal/osal_rtthread.h')
| -rw-r--r-- | src/osal/osal_rtthread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osal/osal_rtthread.h b/src/osal/osal_rtthread.h index f8452bfb2..18eb9c693 100644 --- a/src/osal/osal_rtthread.h +++ b/src/osal/osal_rtthread.h @@ -63,7 +63,7 @@ TU_ATTR_ALWAYS_INLINE static inline bool osal_semaphore_wait(osal_semaphore_t se } TU_ATTR_ALWAYS_INLINE static inline void osal_semaphore_reset(osal_semaphore_t const sem_hdl) { - // TODO: implement + rt_sem_control(sem_hdl, RT_IPC_CMD_RESET, 0); } //--------------------------------------------------------------------+ |
