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.
This commit is contained in:
Sebastianv650 2018-02-26 04:20:37 +01:00 committed by Scott Lahteine
parent f2c0ed193d
commit cb4cb86d80

View file

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