From ff1038360e1da69e2fce7381d4fa97aba0c692c7 Mon Sep 17 00:00:00 2001 From: Andreas Auras Date: Mon, 8 Mar 2010 11:25:40 +0100 Subject: Changed USB suspend mode detection timeout from 5ms to 100ms --- usb_appl/df10ch_usb_appl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usb_appl/df10ch_usb_appl.c b/usb_appl/df10ch_usb_appl.c index c6fa7b1..58c6bb9 100644 --- a/usb_appl/df10ch_usb_appl.c +++ b/usb_appl/df10ch_usb_appl.c @@ -119,7 +119,7 @@ static uint16_t bl_time; // --- // USB related. // -#define USB_SLEEP_TIMEOUT US2TICKS(5000UL) +#define USB_SLEEP_TIMEOUT US2TICKS(100000UL) #define USB_DISCONNECT_TIME US2TICKS(500000UL) #define USB_INITIALIZE_TIMEOUT US2TICKS(1750000UL) #define USB_STALL_RC 0xFF -- cgit v1.2.3