Com Subsystem #364

Merged
muellerr merged 26 commits from meier/com-ss into develop 2023-02-23 15:22:47 +01:00
Showing only changes of commit 4c079b7d33 - Show all commits

View File

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