From 77dbb285ca10e40ae7d5de0668da9a9e67b5785a Mon Sep 17 00:00:00 2001 From: Atsunori Saito Date: Mon, 16 Feb 2015 13:27:38 +0900 Subject: rc.interface: Fix syntax error. --- ROMFS/px4fmu_common/init.d/rc.interface | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ROMFS/px4fmu_common/init.d/rc.interface b/ROMFS/px4fmu_common/init.d/rc.interface index 32af46b51..eceff0f99 100644 --- a/ROMFS/px4fmu_common/init.d/rc.interface +++ b/ROMFS/px4fmu_common/init.d/rc.interface @@ -11,7 +11,7 @@ then # Load main mixer # - if [ $MIXER_AUX == none -a $USE_IO == yes] + if [ $MIXER_AUX == none -a $USE_IO == yes ] then set MIXER_AUX $MIXER.aux fi -- cgit v1.2.3