Skip to content

Commit b0dd057

Browse files
committed
update tinyusb
1 parent 78579c3 commit b0dd057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/host/usbh.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1183,7 +1183,7 @@ static void process_enumeration(tuh_xfer_t* xfer)
11831183
// Retry a few times with transfers in enumeration since device can be unstable when starting up
11841184
enum {
11851185
ATTEMPT_COUNT_MAX = 3,
1186-
ATTEMPT_DELAY_MS = 10
1186+
ATTEMPT_DELAY_MS = 100
11871187
};
11881188
static uint8_t failed_count = 0;
11891189

0 commit comments

Comments
 (0)