1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-19 04:52:12 +01:00

LP-66 Remove extra spaces

This commit is contained in:
Laurent Lalanne 2015-07-30 10:08:02 +02:00
parent d0306f77e8
commit 0c1fc1d9a0

View File

@ -555,7 +555,6 @@ bool ConfigFixedWingWidget::setupFrameVtail(QString airframeType)
}
// vtail (pitch / yaw mixing)
channel = m_aircraft->fwElevator1ChannelBox->currentIndex() - 1;
if (channel > -1) {
// Compute mixer absolute values
@ -566,7 +565,6 @@ bool ConfigFixedWingWidget::setupFrameVtail(QString airframeType)
setMixerValue(mixer, "MixerValuePitch", m_aircraft->elevonSlider2->value());
setMixerValue(mixer, "MixerValueYaw", m_aircraft->elevonSlider1->value());
// First Vtail servo
setMixerType(mixer, channel, VehicleConfig::MIXERTYPE_SERVO);
setMixerVectorValue(mixer, channel, VehicleConfig::MIXERVECTOR_PITCH, -pitch);