Skip to content
Snippets Groups Projects
Commit fcd3a04b authored by Beat Küng's avatar Beat Küng Committed by Daniel Agar
Browse files

rc.interface: remove unnecessary fmu start for RC input

RC input is now handled via rc_input module
parent 9ba2e91f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment