resolve more merge conflicts
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
fa62f07dce
commit
3159574cfa
@ -110,7 +110,6 @@ void ThermalController::performControlOperation() {
|
|||||||
deviceTemperatures.commit();
|
deviceTemperatures.commit();
|
||||||
}
|
}
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
{
|
{
|
||||||
PoolReadGuard pg(&heaterInfo);
|
PoolReadGuard pg(&heaterInfo);
|
||||||
if (pg.getReadResult() == returnvalue::OK) {
|
if (pg.getReadResult() == returnvalue::OK) {
|
||||||
@ -122,7 +121,7 @@ void ThermalController::performControlOperation() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
=======
|
|
||||||
ctrlCameraBody();
|
ctrlCameraBody();
|
||||||
ctrlAcsBoard();
|
ctrlAcsBoard();
|
||||||
ctrlMgt();
|
ctrlMgt();
|
||||||
@ -147,7 +146,6 @@ void ThermalController::performControlOperation() {
|
|||||||
ctrlTx();
|
ctrlTx();
|
||||||
ctrlMpa();
|
ctrlMpa();
|
||||||
ctrlScexBoard();
|
ctrlScexBoard();
|
||||||
>>>>>>> origin/develop
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ReturnValue_t ThermalController::initializeLocalDataPool(localpool::DataPool& localDataPoolMap,
|
ReturnValue_t ThermalController::initializeLocalDataPool(localpool::DataPool& localDataPoolMap,
|
||||||
|
Loading…
Reference in New Issue
Block a user