Remove useless message (that was in sram for... reasons)

pull/144/head
Alex Voinea 2021-11-24 17:50:42 +01:00
parent 7d423df583
commit e3b680cee7
1 changed files with 0 additions and 1 deletions

View File

@ -26,7 +26,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