Browse Source

tweak comment in stepper.cpp

Scott Lahteine 7 years ago
parent
commit
ed758de80d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/module/stepper.cpp

+ 1
- 1
Marlin/src/module/stepper.cpp View File

@@ -856,7 +856,7 @@ void Stepper::isr() {
856 856
         DELAY_NOPS(EXTRA_CYCLES_E);
857 857
       #endif
858 858
 
859
-    } // steps_loop
859
+    } // e_steps
860 860
   }
861 861
 
862 862
   void Stepper::advance_isr_scheduler() {

Loading…
Cancel
Save