USBH: added default control request timeout parameter
This commit is contained in:
parent
2fb4cf9273
commit
c0cadbbe7b
|
@ -89,6 +89,7 @@
|
|||
#define HAL_USBH_PORT_DEBOUNCE_TIME 200
|
||||
#define HAL_USBH_PORT_RESET_TIMEOUT 500
|
||||
#define HAL_USBH_DEVICE_ADDRESS_STABILIZATION 20
|
||||
#define HAL_USBH_CONTROL_REQUEST_DEFAULT_TIMEOUT MS2ST(1000)
|
||||
|
||||
/* MSD */
|
||||
#define HAL_USBH_USE_MSD TRUE
|
||||
|
|
Loading…
Reference in New Issue