mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-11-24 04:29:34 +00:00
Useless line removed (#9813)
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
aa380aeb4b
commit
72d5029f42
@ -774,8 +774,6 @@ void Stepper::isr() {
|
||||
|
||||
void Stepper::advance_isr() {
|
||||
|
||||
nextAdvanceISR = eISR_Rate;
|
||||
|
||||
#if ENABLED(MK2_MULTIPLEXER)
|
||||
// Even-numbered steppers are reversed
|
||||
#define SET_E_STEP_DIR(INDEX) \
|
||||
|
Loading…
Reference in New Issue
Block a user