mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-06-26 17:00:41 +00:00
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:
parent
f2c0ed193d
commit
cb4cb86d80
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue