mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-01 09:24:10 +01:00
uncrustification
This commit is contained in:
parent
c350c2a94c
commit
b01eb1d3e4
@ -58,7 +58,6 @@ private:
|
||||
bool m_isCalibrating;
|
||||
|
||||
QList<OutputCalibrationUtil *> m_outputs;
|
||||
|
||||
};
|
||||
|
||||
#endif // ESCCALIBRATIONPAGE_H
|
||||
|
@ -47,6 +47,7 @@ bool SummaryPage::validatePage()
|
||||
{
|
||||
// Save settings so far.
|
||||
VehicleConfigurationHelper helper(getWizard());
|
||||
|
||||
helper.setupVehicle(false);
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user