Skip to content
Snippets Groups Projects
Commit cb4cb86d authored by Sebastianv650's avatar Sebastianv650 Committed by Scott Lahteine
Browse files

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.
parent f2c0ed19
Branches
No related tags found
No related merge requests found
......@@ -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
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment