fix small error in rc.fw_interface

This commit is contained in:
Thomas Gubler 2014-01-13 08:03:38 +01:00
parent 449ed058c3
commit 1008d0c383
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ set MIXERSD /fs/microsd/etc/mixers/FMU_$FRAME_GEOMETRY.mix
#Use the mixer file from the sd-card if it exists
if [ -f $MIXERSD ]
then
set MIXER MIXERSD
set MIXER $MIXERSD
else
set MIXER /etc/mixers/FMU_$FRAME_GEOMETRY.mix
fi