Merge pull request #791 from tarikku/MK3

Fix remaining forgotten comments
This commit is contained in:
PavelSindler 2018-05-31 12:51:43 +02:00 committed by GitHub
commit 15788dbf57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -419,7 +419,7 @@ void tmc2130_check_overtemp()
lcd.print(' '); 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) void tmc2130_setup_chopper(uint8_t axis, uint8_t mres, uint8_t current_h, uint8_t current_r)

View file

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