Selaa lähdekoodia

retrigger build

Alex Voinea 2 vuotta sitten
vanhempi
commit
d80e32fa31
1 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  1. 1 2
      Firmware/Marlin_main.cpp

+ 1 - 2
Firmware/Marlin_main.cpp

@@ -697,8 +697,7 @@ void __attribute__ ((naked)) __attribute__ ((section (".init3"))) stopWatchdogOn
 }
 }
 
-void softReset()
-{
+void softReset(void) {
     cli();
 #ifdef WATCHDOG
     // If the watchdog support is enabled, use that for resetting. The timeout value is customized