summaryrefslogtreecommitdiff
path: root/tinyusb/host/usbh_hcd.h
diff options
context:
space:
mode:
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 cda043541..2e251396c 100644
--- a/tinyusb/host/usbh_hcd.h
+++ b/tinyusb/host/usbh_hcd.h
@@ -98,7 +98,7 @@ typedef struct { // TODO internal structure, re-order members
//------------- control pipe -------------//
struct {
volatile uint8_t pipe_status;
- tusb_std_request_t request;
+ tusb_control_request_t request;
OSAL_SEM_DEF(semaphore); // TODO move to semaphore pool ?
osal_semaphore_handle_t sem_hdl; // used to synchronize with HCD when control xfer complete