resolve more merge conflicts
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good

This commit is contained in:
Robin Müller 2023-02-08 21:41:19 +01:00
parent fa62f07dce
commit 3159574cfa
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814

View File

@ -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,