瀏覽代碼

Fix include guard to silence duplicate declaration warnings

Yuri D'Elia 4 年之前
父節點
當前提交
e25befa175
共有 1 個文件被更改,包括 2 次插入3 次删除
  1. 2 3
      Firmware/Marlin.h

+ 2 - 3
Firmware/Marlin.h

@@ -358,9 +358,6 @@ extern int fan_speed[2];
 // Handling multiple extruders pins
 extern uint8_t active_extruder;
 
-
-#endif
-
 //Long pause
 extern unsigned long pause_time;
 extern unsigned long start_pause_print;
@@ -514,3 +511,5 @@ void M600_check_state(float nozzle_temp);
 void load_filament_final_feed();
 void marlin_wait_for_click();
 void raise_z_above(float target, bool plan=true);
+
+#endif