From ea04815bbc3e17bdf9d6ca94dca4f8b44d250c50 Mon Sep 17 00:00:00 2001 From: hathach Date: Sun, 24 Mar 2013 16:22:58 +0700 Subject: rename sem_hdl in usbh_device_info_t control_sem_hdl --- tinyusb/host/usbh.c | 12 ++++++------ tinyusb/host/usbh_hcd.h | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'tinyusb/host') diff --git a/tinyusb/host/usbh.c b/tinyusb/host/usbh.c index edadfa388..0dd2e6eec 100644 --- a/tinyusb/host/usbh.c +++ b/tinyusb/host/usbh.c @@ -60,7 +60,7 @@ void tusb_tick_tock(void) //--------------------------------------------------------------------+ #define ENUM_QUEUE_DEPTH 5 -// TODO fix number of class driver +// TODO fix/compress number of class driver static host_class_driver_t const usbh_class_drivers[TUSB_CLASS_MAX_CONSEC_NUMBER] = { [TUSB_CLASS_HID] = { @@ -116,8 +116,8 @@ tusb_error_t usbh_init(void) //------------- Semaphore for Control Pipe -------------// for(uint8_t i=0; i