1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-20 10:54:14 +01:00

missing uncrustification

This commit is contained in:
Alessio Morale 2015-02-24 22:04:11 +01:00
parent 81b9d2e379
commit 400a99f365

View File

@ -119,7 +119,7 @@ void OutputChannelForm::enableChannelTest(bool state)
ui.actuatorMin->setEnabled(false); ui.actuatorMin->setEnabled(false);
ui.actuatorMax->setEnabled(false); ui.actuatorMax->setEnabled(false);
ui.actuatorRev->setEnabled(false); ui.actuatorRev->setEnabled(false);
} else if (m_mixerType != "Disabled"){ } else if (m_mixerType != "Disabled") {
ui.actuatorMin->setEnabled(true); ui.actuatorMin->setEnabled(true);
ui.actuatorMax->setEnabled(true); ui.actuatorMax->setEnabled(true);
if (m_mixerType != "Motor") { if (m_mixerType != "Motor") {