removed init lock check
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
This commit is contained in:
parent
6074e9246e
commit
4c079b7d33
@ -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: {
|
||||||
|
Loading…
Reference in New Issue
Block a user