Przeglądaj źródła

removed function step_wait() from stepper.cpp

removed function step_wait() from stepper.cpp because its used nowhere.
AnHardt 10 lat temu
rodzic
commit
23cb899c5a
1 zmienionych plików z 0 dodań i 6 usunięć
  1. 0
    6
      Marlin/stepper.cpp

+ 0
- 6
Marlin/stepper.cpp Wyświetl plik

@@ -238,12 +238,6 @@ void st_wake_up() {
238 238
   ENABLE_STEPPER_DRIVER_INTERRUPT();
239 239
 }
240 240
 
241
-void step_wait(){
242
-    for(int8_t i=0; i < 6; i++){
243
-    }
244
-}
245
-
246
-
247 241
 FORCE_INLINE unsigned short calc_timer(unsigned short step_rate) {
248 242
   unsigned short timer;
249 243
   if(step_rate > MAX_STEP_FREQUENCY) step_rate = MAX_STEP_FREQUENCY;

Ładowanie…
Anuluj
Zapisz