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

This commit is contained in:
D.R.racer 2022-09-01 07:33:27 +02:00
parent 78cbea08e6
commit e205d0ee2f
1 changed files with 1 additions and 1 deletions

View File

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