Przeglądaj źródła

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.
Sebastianv650 7 lat temu
rodzic
commit
cb4cb86d80
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0
    1
      Marlin/src/module/stepper.cpp

+ 0
- 1
Marlin/src/module/stepper.cpp Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz