From fcd3a04b07d59ff284b6ad98fef0db76dc34903e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beat=20K=C3=BCng?= Date: Sat, 11 Aug 2018 10:48:54 +0200 Subject: [PATCH] rc.interface: remove unnecessary fmu start for RC input RC input is now handled via rc_input module --- ROMFS/px4fmu_common/init.d/rc.interface | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/ROMFS/px4fmu_common/init.d/rc.interface b/ROMFS/px4fmu_common/init.d/rc.interface index 037511ebe5..73975eb380 100644 --- a/ROMFS/px4fmu_common/init.d/rc.interface +++ b/ROMFS/px4fmu_common/init.d/rc.interface @@ -108,7 +108,7 @@ then fi # - # Start IO or FMU for RC PPM input if needed. + # Start IO for RC input if needed. # if [ $IO_PRESENT == yes ] then @@ -116,17 +116,6 @@ then then sh /etc/init.d/rc.io fi - else - if [ $OUTPUT_MODE != fmu ] - then - if fmu mode_${FMU_MODE} $FMU_ARGS - then - else - echo "FMU mode_${FMU_MODE} start failed" >> $LOG_FILE - # Error tune. - tune_control play -t 2 - fi - fi fi fi