Browse Source

Unused var in Stepper

Scott Lahteine 8 years ago
parent
commit
04b07a6ecc
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      Marlin/stepper.cpp

+ 0
- 1
Marlin/stepper.cpp View File

1353
   // No other ISR should ever interrupt this!
1353
   // No other ISR should ever interrupt this!
1354
   void Stepper::babystep(const AxisEnum axis, const bool direction) {
1354
   void Stepper::babystep(const AxisEnum axis, const bool direction) {
1355
     cli();
1355
     cli();
1356
-    uint8_t old_dir;
1357
 
1356
 
1358
     switch (axis) {
1357
     switch (axis) {
1359
 
1358
 

Loading…
Cancel
Save