remove usbh control mutex

This commit is contained in:
hathach
2020-09-05 15:05:25 +07:00
parent 9531e47d10
commit d87f2a9691
2 changed files with 0 additions and 10 deletions
-3
View File
@@ -69,9 +69,6 @@ typedef struct {
osal_semaphore_def_t sem_def;
osal_semaphore_t sem_hdl; // used to synchronize with HCD when control xfer complete
osal_mutex_def_t mutex_def;
osal_mutex_t mutex_hdl; // used to exclusively occupy control pipe
} control;
uint8_t itf2drv[16]; // map interface number to driver (0xff is invalid)