mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-09-22 11:32:05 +08:00
fix if in rc.interface
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
# Script to configure control interface
|
||||
#
|
||||
|
||||
if [ $MIXER != none -a $MIXER != skip]
|
||||
if [ $MIXER != none -a $MIXER != skip ]
|
||||
then
|
||||
#
|
||||
# Load mixer
|
||||
|
||||
Reference in New Issue
Block a user