Don't detach USB before entering bootloader

pull/208/head
Guðni Már Gilbert 2022-10-07 17:58:35 +00:00
parent 9c7701c123
commit fd7e9c415c
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ void Reset() {
void Step() {
if (resetPending) {
hal::usart::usart1.puts("resetPending\n");
USB_Detach();
for (;;)
; //endless loop while waiting for the watchdog to reset
}