important bugfix for CRC calculation
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:
@ -32,7 +32,7 @@ void AcsController::performControlOperation() {
|
||||
{
|
||||
PoolReadGuard pg(&mgmData);
|
||||
if (pg.getReadResult() == RETURN_OK) {
|
||||
copyMgmData();
|
||||
copyMgmData();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user