Selaa lähdekoodia

Remove dead code from stepper.h

These values are always supplied by `Conditionals_post.h`.
Scott Lahteine 6 vuotta sitten
vanhempi
commit
95223cb28e
1 muutettua tiedostoa jossa 0 lisäystä ja 12 poistoa
  1. 0
    12
      Marlin/src/module/stepper.h

+ 0
- 12
Marlin/src/module/stepper.h Näytä tiedosto

@@ -50,18 +50,6 @@
50 50
 // Estimate the amount of time the Stepper ISR will take to execute
51 51
 //
52 52
 
53
-#ifndef MINIMUM_STEPPER_PULSE
54
-  #define MINIMUM_STEPPER_PULSE 0UL
55
-#endif
56
-
57
-#ifndef MAXIMUM_STEPPER_RATE
58
-  #if MINIMUM_STEPPER_PULSE
59
-    #define MAXIMUM_STEPPER_RATE (1000000UL / (2UL * (unsigned long)(MINIMUM_STEPPER_PULSE)))
60
-  #else
61
-    #define MAXIMUM_STEPPER_RATE 500000UL
62
-  #endif
63
-#endif
64
-
65 53
 #ifdef CPU_32_BIT
66 54
 
67 55
   // The base ISR takes 792 cycles

Loading…
Peruuta
Tallenna