removed init lock check
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good

This commit is contained in:
Jakob Meier 2023-02-20 15:13:58 +01:00
parent 6074e9246e
commit 4c079b7d33

View File

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