summaryrefslogtreecommitdiff
path: root/src/host/usbh_hcd.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2020-11-02 00:54:04 +0700
committerhathach <[email protected]>2020-11-02 00:54:04 +0700
commit6eafdfab935be976ba3198f63a576ed0add05cb6 (patch)
tree6ba57935978641c32fa4c8e6fe03547dee8f0485 /src/host/usbh_hcd.h
parente029d6d7263f4a848c5150a567512f3990358b3f (diff)
update usbh with hub to use async control transfer
work ok with msc + hub, but definitely need more testing.
Diffstat (limited to 'src/host/usbh_hcd.h')
-rw-r--r--src/host/usbh_hcd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/usbh_hcd.h b/src/host/usbh_hcd.h
index 79b547fb3..dd0616704 100644
--- a/src/host/usbh_hcd.h
+++ b/src/host/usbh_hcd.h
@@ -97,7 +97,7 @@ typedef struct {
// TODO merge ep2drv here, 4-bit should be sufficient
}ep_status[CFG_TUH_EP_MAX][2];
-// Mutex for claiming endpoint, only needed when using with preempted RTOS
+ // Mutex for claiming endpoint, only needed when using with preempted RTOS
#if CFG_TUSB_OS != OPT_OS_NONE
osal_mutex_def_t mutexdef;
osal_mutex_t mutex;