Browse Source

FMUv1: Do not load AUX outputs

sbg
Lorenz Meier 10 years ago
parent
commit
f57d09aca0
  1. 6
      ROMFS/px4fmu_common/init.d/rc.interface

6
ROMFS/px4fmu_common/init.d/rc.interface

@ -97,6 +97,12 @@ then @@ -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
#

Loading…
Cancel
Save