Browse Source

Autoretry Idle scope: transf. into Finished, should stay in Processing

D.R.racer 2 years ago
parent
commit
e205d0ee2f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Firmware/mmu2_protocol_logic.cpp

+ 1 - 1
Firmware/mmu2_protocol_logic.cpp

@@ -395,7 +395,7 @@ StepStatus ProtocolLogic::IdleStep() {
             mmu2.DecrementRetryAttempts();
         }
         SendFINDAQuery();
-        break;
+        return Processing;
     default:
         return ProtocolError;
     }