瀏覽代碼

retrigger build

Alex Voinea 2 年之前
父節點
當前提交
d80e32fa31
共有 1 個文件被更改,包括 1 次插入2 次删除
  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