summaryrefslogtreecommitdiff
path: root/tinyusb/host/usbh_hcd.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2013-03-24 16:22:58 +0700
committerhathach <[email protected]>2013-03-24 16:22:58 +0700
commitea04815bbc3e17bdf9d6ca94dca4f8b44d250c50 (patch)
treef3d4a3b8cbe47060684471e5013117d4d0771f5f /tinyusb/host/usbh_hcd.h
parent55ce5cc4a2442662c20a9a70a0ce3de3ab019c3b (diff)
rename sem_hdl in usbh_device_info_t control_sem_hdl
Diffstat (limited to 'tinyusb/host/usbh_hcd.h')
-rw-r--r--tinyusb/host/usbh_hcd.h2
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;