diff options
Diffstat (limited to 'tinyusb/host/usbh_hcd.h')
| -rw-r--r-- | tinyusb/host/usbh_hcd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyusb/host/usbh_hcd.h b/tinyusb/host/usbh_hcd.h index 135f03a5f..9d5f75eb3 100644 --- a/tinyusb/host/usbh_hcd.h +++ b/tinyusb/host/usbh_hcd.h @@ -96,7 +96,7 @@ typedef struct { // TODO internal structure, re-order members volatile uint8_t control_pipe_status; tusb_std_request_t control_request; OSAL_SEM_DEF(semaphore); // TODO move to semaphore pool - osal_semaphore_handle_t sem_hdl; + osal_semaphore_handle_t control_sem_hdl; } usbh_device_info_t; |
