diff --git a/os/hal/ports/STM32/LLD/USBv1/hal_usb_lld.c b/os/hal/ports/STM32/LLD/USBv1/hal_usb_lld.c index f81fa722d..8872771b2 100644 --- a/os/hal/ports/STM32/LLD/USBv1/hal_usb_lld.c +++ b/os/hal/ports/STM32/LLD/USBv1/hal_usb_lld.c @@ -492,7 +492,7 @@ void usb_lld_start(USBDriver *usbp) { } #endif /* Reset procedure enforced on driver start.*/ - _usb_reset(usbp); + usb_lld_reset(usbp); } } diff --git a/testhal/STM32/STM32F3xx/USB_CDC/debug/STM32F3xx-USB_CDC (OpenOCD, Flash and Run).launch b/testhal/STM32/STM32F3xx/USB_CDC/debug/STM32F3xx-USB_CDC (OpenOCD, Flash and Run).launch index edb4fdd6b..f248b6da8 100644 --- a/testhal/STM32/STM32F3xx/USB_CDC/debug/STM32F3xx-USB_CDC (OpenOCD, Flash and Run).launch +++ b/testhal/STM32/STM32F3xx/USB_CDC/debug/STM32F3xx-USB_CDC (OpenOCD, Flash and Run).launch @@ -1,52 +1,52 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +