소스 검색

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

D.R.racer 2 년 전
부모
커밋
e205d0ee2f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;
     }