mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-23 01:58:59 +00:00
Unused var in Stepper
This commit is contained in:
parent
d87845052d
commit
ece7a2bf36
1 changed files with 0 additions and 1 deletions
|
@ -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…
Reference in a new issue