瀏覽代碼

Unused var in Stepper

Scott Lahteine 8 年之前
父節點
當前提交
04b07a6ecc
共有 1 個檔案被更改,包括 0 行新增1 行删除
  1. 0
    1
      Marlin/stepper.cpp

+ 0
- 1
Marlin/stepper.cpp 查看文件

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

Loading…
取消
儲存