Unused var in Stepper

This commit is contained in:
Scott Lahteine 2017-06-04 17:24:34 -05:00
parent d87845052d
commit ece7a2bf36

View File

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