Browse Source

Unused var in Stepper

pull/1/head
Scott Lahteine 7 years ago
parent
commit
04b07a6ecc
  1. 1
      Marlin/stepper.cpp

1
Marlin/stepper.cpp

@ -1353,7 +1353,6 @@ void Stepper::report_positions() {
// No other ISR should ever interrupt this!
void Stepper::babystep(const AxisEnum axis, const bool direction) {
cli();
uint8_t old_dir;
switch (axis) {

Loading…
Cancel
Save