Useless line removed (#9814)

nextAdvanceISR is set in the next if structure in every possible
situation, so it's useless to set it once more before.
2.0.x
Sebastianv650 7 years ago committed by Scott Lahteine
parent f2c0ed193d
commit cb4cb86d80

@ -747,7 +747,6 @@ void Stepper::isr() {
// Timer interrupt for E. e_steps is set in the main routine;
void Stepper::advance_isr() {
nextAdvanceISR = eISR_Rate;
#if ENABLED(MK2_MULTIPLEXER)
// Even-numbered steppers are reversed

Loading…
Cancel
Save