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,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;

Loading…
Cancel
Save