FMUv1: Do not load AUX outputs

This commit is contained in:
Lorenz Meier 2015-08-11 09:45:49 +02:00
parent 72c3f4b815
commit f57d09aca0

View File

@ -97,6 +97,12 @@ then
fi
fi
# This is a FMUv2+ thing
if ver hwcmp PX4FMU_V1
then
set MIXER_AUX none
fi
if [ $MIXER_AUX != none ]
then
#