This commit is contained in:
rusefi 2019-03-15 09:13:54 -04:00 committed by GitHub
parent 7c1020b17c
commit c5cc937341
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -29,8 +29,11 @@ void usb_serial_start(void) {
* Note, a delay is inserted in order to not have to disconnect the cable
* after a reset.
*/
// See also https://github.com/rusefi/rusefi/issues/705
#ifndef EFI_SKIP_USB_DISCONNECT
usbDisconnectBus(serusbcfg.usbp);
chThdSleepMilliseconds(1500);
#endif/* EFI_SKIP_USB_DISCONNECT */
usbStart(serusbcfg.usbp, &usbcfg);
usbConnectBus(serusbcfg.usbp);