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
Filip Jagodzinski 2018-10-11 14:29:19 +02:00 committed by Russ Butler
parent 2d4d111445
commit fc366291a2
1 changed files with 1 additions and 1 deletions

View File

@ -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.