mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-03-02 19:29:15 +01:00
OP-1149/OP-1150: uncrustify/Cleanup
This commit is contained in:
parent
e599b01806
commit
27c19d7cb1
@ -490,7 +490,6 @@ static void settingsUpdatedCb(__attribute__((unused)) UAVObjEvent *objEv)
|
|||||||
agcal.gyro_temp_coeff.Z > 1e-9f && agcal.gyro_temp_coeff.Z2 > 1e-9f;
|
agcal.gyro_temp_coeff.Z > 1e-9f && agcal.gyro_temp_coeff.Z2 > 1e-9f;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
AttitudeSettingsData attitudeSettings;
|
AttitudeSettingsData attitudeSettings;
|
||||||
AttitudeSettingsGet(&attitudeSettings);
|
AttitudeSettingsGet(&attitudeSettings);
|
||||||
|
|
||||||
|
@ -396,7 +396,6 @@ void ThermalCalibrationHelper::calculate()
|
|||||||
copyResultToSettings();
|
copyResultToSettings();
|
||||||
emit calculationCompleted();
|
emit calculationCompleted();
|
||||||
closeDebugLog();
|
closeDebugLog();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -519,7 +518,6 @@ void ThermalCalibrationHelper::createDebugLog()
|
|||||||
|
|
||||||
m_debugStream << "INFO::gcs tag:" << VersionInfo::tagOrBranch() + VersionInfo::dirty() << " date:" << VersionInfo::dateTime() <<
|
m_debugStream << "INFO::gcs tag:" << VersionInfo::tagOrBranch() + VersionInfo::dirty() << " date:" << VersionInfo::dateTime() <<
|
||||||
" hash:" << VersionInfo::hash().left(8) << " uavo:" << VersionInfo::uavoHash().left(8) << endl;
|
" hash:" << VersionInfo::hash().left(8) << " uavo:" << VersionInfo::uavoHash().left(8) << endl;
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -211,7 +211,6 @@ private:
|
|||||||
void setMetadataForCalibration(UAVDataObject *uavo);
|
void setMetadataForCalibration(UAVDataObject *uavo);
|
||||||
UAVObjectManager *getObjectManager();
|
UAVObjectManager *getObjectManager();
|
||||||
|
|
||||||
//Q_DISABLE_COPY(ThermalCalibrationHelper)
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
#endif // THERMALCALIBRATIONHELPER_H
|
#endif // THERMALCALIBRATIONHELPER_H
|
||||||
|
Loading…
x
Reference in New Issue
Block a user