Skip to content

Commit 7942f46

Browse files
committed
increased the timeout to 600
1 parent 13c5129 commit 7942f46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/USBHost/USBHostTypes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ enum ENDPOINT_TYPE {
119119

120120
#else
121121

122-
#define TD_TIMEOUT_CTRL 400
122+
#define TD_TIMEOUT_CTRL 600
123123
#define TD_TIMEOUT 2000
124124
#define TD_SETUP (uint32_t)(0) // Direction of Setup Packet
125125
#define TD_IN (uint32_t)(0x00100000) // Direction In

0 commit comments

Comments
 (0)