Browse Source

Merge pull request #1395 from AnHardt/iss1394

removed function step_wait() from stepper.cpp
Scott Lahteine 10 years ago
parent
commit
9040446780
1 changed files with 0 additions and 6 deletions
  1. 0
    6
      Marlin/stepper.cpp

+ 0
- 6
Marlin/stepper.cpp View File

238
   ENABLE_STEPPER_DRIVER_INTERRUPT();
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
 FORCE_INLINE unsigned short calc_timer(unsigned short step_rate) {
241
 FORCE_INLINE unsigned short calc_timer(unsigned short step_rate) {
248
   unsigned short timer;
242
   unsigned short timer;
249
   if(step_rate > MAX_STEP_FREQUENCY) step_rate = MAX_STEP_FREQUENCY;
243
   if(step_rate > MAX_STEP_FREQUENCY) step_rate = MAX_STEP_FREQUENCY;

Loading…
Cancel
Save