mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-30 04:06:33 +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
|
||||
if [ -f $MIXERSD ]
|
||||
then
|
||||
set MIXER MIXERSD
|
||||
set MIXER $MIXERSD
|
||||
else
|
||||
set MIXER /etc/mixers/FMU_$FRAME_GEOMETRY.mix
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user