mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-31 10:26:52 +08:00
fix small error in rc.fw_interface
This commit is contained in:
@@ -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
|
#Use the mixer file from the sd-card if it exists
|
||||||
if [ -f $MIXERSD ]
|
if [ -f $MIXERSD ]
|
||||||
then
|
then
|
||||||
set MIXER MIXERSD
|
set MIXER $MIXERSD
|
||||||
else
|
else
|
||||||
set MIXER /etc/mixers/FMU_$FRAME_GEOMETRY.mix
|
set MIXER /etc/mixers/FMU_$FRAME_GEOMETRY.mix
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user