pdec handler check locks during init
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good

This commit is contained in:
Jakob Meier
2023-02-18 11:53:01 +01:00
parent d831110127
commit bf65d13849
3 changed files with 4 additions and 2 deletions

View File

@ -164,6 +164,7 @@ ReturnValue_t PdecHandler::irqOperation() {
state = State::WAIT_FOR_RECOVERY;
return result;
}
checkLocks();
state = State::RUNNING;
break;
case State::RUNNING: {