initialize mode table
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good

This commit is contained in:
2023-03-06 11:46:37 +01:00
parent 586f04e488
commit 350b892bb7
3 changed files with 11 additions and 4 deletions

View File

@ -149,7 +149,7 @@ void ImtqPollingTask::handleMeasureStep() {
if (i2cCmdExecMeasure(imtq::CC::GET_CAL_MTM_MEASUREMENT) != returnvalue::OK) {
return;
}
if(mgmMeasurementTooOld) {
if (mgmMeasurementTooOld) {
sif::error << "IMTQ: MGM measurement too old" << std::endl;
}
return;
@ -201,7 +201,7 @@ void ImtqPollingTask::handleActuateStep() {
return;
}
if(measurementWasTooOld) {
if (measurementWasTooOld) {
sif::error << "IMTQ: MGM measurement too old" << std::endl;
}
return;