mirror of https://github.com/ARMmbed/mbed-os.git
Tests: USB: Correct reconnect delay
Setting to 1 ms to be on the safe side. The USB spec defines this delay to be at least 200 us.pull/9768/head
parent
2d4d111445
commit
fc366291a2
|
|
@ -43,7 +43,7 @@
|
|||
#define RX_BUFF_SIZE 32
|
||||
#define CDC_LOOPBACK_REPS 1200
|
||||
#define SERIAL_LOOPBACK_REPS 100
|
||||
#define USB_RECONNECT_DELAY_MS 200
|
||||
#define USB_RECONNECT_DELAY_MS 1
|
||||
|
||||
// Additional delay necessary for Windows hosts
|
||||
// to handle the reconnect operation correctly.
|
||||
|
|
|
|||
Loading…
Reference in New Issue