com subsystem complete
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good

This commit is contained in:
Jakob Meier
2023-02-22 13:02:40 +01:00
parent fd1c090141
commit 3137ebb86e
5 changed files with 89 additions and 57 deletions

View File

@ -165,6 +165,7 @@ ReturnValue_t PdecHandler::irqOperation() {
return result;
}
state = State::RUNNING;
checkLocks();
break;
case State::RUNNING: {
nb = write(fd, &info, sizeof(info));