aerofc: disable mixer aux

This commit is contained in:
Lucas De Marchi 2016-09-21 14:20:31 -03:00 committed by Lorenz Meier
parent 99bb7be10f
commit f5c65cf206
2 changed files with 10 additions and 0 deletions

View File

@ -114,6 +114,11 @@ then
set MIXER_AUX none
fi
if ver hwcmp AEROFC_V1
then
set MIXER_AUX none
fi
if [ $MIXER_AUX != none -a $AUX_MODE != none ]
then
#

View File

@ -201,6 +201,11 @@ then
set MIXER_AUX none
fi
if ver hwcmp AEROFC_V1
then
set MIXER_AUX none
fi
#
# Override parameters from user configuration file
#