add missing break
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good

This commit is contained in:
2023-03-10 13:58:50 +01:00
parent 0b09816b4a
commit 2f4f7f088e
2 changed files with 2 additions and 1 deletions

View File

@ -122,6 +122,7 @@ void AcsController::performControlOperation() {
performDetumble();
break;
}
break;
case acs::PTG_IDLE:
case acs::PTG_TARGET:
case acs::PTG_TARGET_GS: