Browse Source

typo fixed

PavelSindler 7 năm trước cách đây
mục cha
commit
819f2fd2b3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Firmware/Marlin_main.cpp

+ 1 - 1
Firmware/Marlin_main.cpp

@@ -2075,7 +2075,7 @@ void force_high_power_mode(bool start_high_power_section) {
 }
 #endif //TMC2130
 
-bool gcode_M45(bool onlyZ, int8_t verbosity_level);
+bool gcode_M45(bool onlyZ, int8_t verbosity_level)
 {
 	bool final_result = false;
 	#ifdef TMC2130