Browse Source

fix rc.interface: do not append .mix when setting MIXER_AUX

Because further down the mixer file is set as:
	set MIXER_AUX_FILE /etc/mixers/${MIXER_AUX}.aux.mix
sbg
Beat Küng 8 years ago committed by Lorenz Meier
parent
commit
3f3ac414e3
  1. 2
      ROMFS/px4fmu_common/init.d/rc.interface

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

@ -19,7 +19,7 @@ then @@ -19,7 +19,7 @@ then
if [ $MIXER_AUX == none -a $USE_IO == yes ]
then
set MIXER_AUX ${MIXER}.aux
set MIXER_AUX ${MIXER}
fi
# Use the mixer file from the SD-card if it exists

Loading…
Cancel
Save