Browse Source

rc.interface: don't try to load an auxiliary mixer without IO

sbg
Ban Siesta 10 years ago committed by Lorenz Meier
parent
commit
cc1482c894
  1. 2
      ROMFS/px4fmu_common/init.d/rc.interface

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

@ -11,7 +11,7 @@ then @@ -11,7 +11,7 @@ then
# Load main mixer
#
if [ $MIXER_AUX == none ]
if [ $MIXER_AUX == none -a $USE_IO == yes]
then
set MIXER_AUX $MIXER.aux
fi

Loading…
Cancel
Save