浏览代码

Merge pull request #791 from tarikku/MK3

Fix remaining forgotten comments
PavelSindler 6 年之前
父节点
当前提交
15788dbf57
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      Firmware/tmc2130.cpp
  2. 1 1
      Firmware/ultralcd.cpp

+ 1 - 1
Firmware/tmc2130.cpp

@@ -419,7 +419,7 @@ void tmc2130_check_overtemp()
 			lcd.print(' ');
 		}
 	}
-#endif DEBUG_CRASHDET_COUNTERS
+#endif //DEBUG_CRASHDET_COUNTERS
 }
 
 void tmc2130_setup_chopper(uint8_t axis, uint8_t mres, uint8_t current_h, uint8_t current_r)

+ 1 - 1
Firmware/ultralcd.cpp

@@ -6808,7 +6808,7 @@ static bool lcd_selfcheck_pulleys(int axis)
 	}
 	return(true);
 }
-#endif TMC2130
+#endif //TMC2130
 
 
 static bool lcd_selfcheck_endstops()