diff --git a/Firmware/tmc2130.cpp b/Firmware/tmc2130.cpp index 27558b6a4..01ee8fa2a 100644 --- a/Firmware/tmc2130.cpp +++ b/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) diff --git a/Firmware/ultralcd.cpp b/Firmware/ultralcd.cpp index e6acdf557..c829813fb 100644 --- a/Firmware/ultralcd.cpp +++ b/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()