MMU: revert fallthrough in LogicStep

This commit is contained in:
gudnimg 2024-07-23 15:55:47 +00:00
parent 99e306f4a3
commit 4dc9fd4972
1 changed files with 1 additions and 1 deletions

View File

@ -885,7 +885,7 @@ StepStatus MMU2::LogicStep(bool reportErrors) {
case Finished: case Finished:
// At this point it is safe to trigger a runout and not interrupt the MMU protocol // At this point it is safe to trigger a runout and not interrupt the MMU protocol
CheckFINDARunout(); CheckFINDARunout();
[[fallthrough]]; // let Finished be reported the same way like Processing break;
case Processing: case Processing:
OnMMUProgressMsg(logic.Progress()); OnMMUProgressMsg(logic.Progress());