summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/host/usbh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/usbh.c b/src/host/usbh.c
index a5abac843..d97b160c9 100644
--- a/src/host/usbh.c
+++ b/src/host/usbh.c
@@ -1183,7 +1183,7 @@ static void process_enumeration(tuh_xfer_t* xfer)
// Retry a few times with transfers in enumeration since device can be unstable when starting up
enum {
ATTEMPT_COUNT_MAX = 3,
- ATTEMPT_DELAY_MS = 10
+ ATTEMPT_DELAY_MS = 100
};
static uint8_t failed_count = 0;