forked from Archive/PX4-Autopilot
fix small error in rc.fw_interface
This commit is contained in:
parent
449ed058c3
commit
1008d0c383
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue