From e3b680cee740c440d49050dc62ebc7a605adfabd Mon Sep 17 00:00:00 2001 From: Alex Voinea Date: Wed, 24 Nov 2021 17:50:42 +0100 Subject: [PATCH] Remove useless message (that was in sram for... reasons) --- src/hal/avr/cpu.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/hal/avr/cpu.cpp b/src/hal/avr/cpu.cpp index a081633..8c163b1 100644 --- a/src/hal/avr/cpu.cpp +++ b/src/hal/avr/cpu.cpp @@ -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