mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-03-01 18:29:16 +01:00
Uncrustify
This commit is contained in:
parent
9aaf1d6984
commit
840cc86a8d
@ -168,7 +168,7 @@ void ConnectionDiagram::setupGraphicsScene()
|
|||||||
case VehicleConfigurationSource::CONTROLLER_CC3D:
|
case VehicleConfigurationSource::CONTROLLER_CC3D:
|
||||||
prefix = "cc-";
|
prefix = "cc-";
|
||||||
if (m_configSource->getEscType() == VehicleConfigurationSource::ESC_ONESHOT ||
|
if (m_configSource->getEscType() == VehicleConfigurationSource::ESC_ONESHOT ||
|
||||||
m_configSource->getEscType() == VehicleConfigurationSource::ESC_SYNCHED) {
|
m_configSource->getEscType() == VehicleConfigurationSource::ESC_SYNCHED) {
|
||||||
suffix = "-oneshot";
|
suffix = "-oneshot";
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
@ -52,7 +52,6 @@ bool EscPage::validatePage()
|
|||||||
} else {
|
} else {
|
||||||
getWizard()->setEscType(SetupWizard::ESC_RAPID);
|
getWizard()->setEscType(SetupWizard::ESC_RAPID);
|
||||||
}
|
}
|
||||||
|
|
||||||
} else if (ui->defaultESCButton->isChecked()) {
|
} else if (ui->defaultESCButton->isChecked()) {
|
||||||
getWizard()->setEscType(SetupWizard::ESC_STANDARD);
|
getWizard()->setEscType(SetupWizard::ESC_STANDARD);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user