Ver Fonte

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

D.R.racer há 2 anos atrás
pai
commit
e205d0ee2f
1 ficheiros alterados com 1 adições e 1 exclusões
  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;
     }