forked from Archive/PX4-Autopilot
fix if in rc.interface
This commit is contained in:
parent
2fbcc32870
commit
602e9c8706
|
@ -3,7 +3,7 @@
|
|||
# Script to configure control interface
|
||||
#
|
||||
|
||||
if [ $MIXER != none -a $MIXER != skip]
|
||||
if [ $MIXER != none -a $MIXER != skip ]
|
||||
then
|
||||
#
|
||||
# Load mixer
|
||||
|
|
Loading…
Reference in New Issue