Remove useless message (that was in sram for... reasons)
parent
7d423df583
commit
e3b680cee7
|
|
@ -26,7 +26,6 @@ void Reset() {
|
||||||
|
|
||||||
void Step() {
|
void Step() {
|
||||||
if (resetPending) {
|
if (resetPending) {
|
||||||
hal::usart::usart1.puts("resetPending\n");
|
|
||||||
USB_Detach();
|
USB_Detach();
|
||||||
for (;;)
|
for (;;)
|
||||||
; //endless loop while waiting for the watchdog to reset
|
; //endless loop while waiting for the watchdog to reset
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue