typo fixed

This commit is contained in:
PavelSindler 2018-02-22 13:40:31 +01:00
parent 90e00b56a5
commit 819f2fd2b3

View File

@ -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