1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-18 03:52:11 +01:00

fix for the fix

This commit is contained in:
Corvus Corax 2013-07-18 14:15:23 +02:00
parent 9ba1fbdccc
commit 2ab92f09a5

View File

@ -1045,7 +1045,7 @@ static void processArm(ManualControlCommandData *cmd, ManualControlSettingsData
case MANUALCONTROLSETTINGS_ARMING_ACCESSORY0: case MANUALCONTROLSETTINGS_ARMING_ACCESSORY0:
case MANUALCONTROLSETTINGS_ARMING_ACCESSORY1: case MANUALCONTROLSETTINGS_ARMING_ACCESSORY1:
case MANUALCONTROLSETTINGS_ARMING_ACCESSORY2: case MANUALCONTROLSETTINGS_ARMING_ACCESSORY2:
if (!armSwitch) { if (armSwitch < 0) {
lowThrottle = true; lowThrottle = true;
} }
break; break;