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