From cc1482c894e38833d924e99b4f4b9f316a9852e1 Mon Sep 17 00:00:00 2001 From: Ban Siesta Date: Sat, 14 Feb 2015 17:56:12 +0000 Subject: rc.interface: don't try to load an auxiliary mixer without IO --- 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 7fa8fd121..32af46b51 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 ] + if [ $MIXER_AUX == none -a $USE_IO == yes] then set MIXER_AUX $MIXER.aux fi -- cgit v1.2.3