diff options
Diffstat (limited to 'usb_appl/df10ch_usb_appl.c')
-rw-r--r-- | usb_appl/df10ch_usb_appl.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |