Browse Source

Mixer load: Be less chatty

sbg
Lorenz Meier 10 years ago
parent
commit
74b63d08e1
  1. 3
      ROMFS/px4fmu_common/init.d/rc.interface

3
ROMFS/px4fmu_common/init.d/rc.interface

@ -86,11 +86,8 @@ if [ $MIXER_SEC != none ] @@ -86,11 +86,8 @@ if [ $MIXER_SEC != none ]
then
if fmu mode_pwm
then
echo "[i] FMU mode_pwm started to handle secondary mixer"
# load the specified mixer
mixer load /dev/pwm_output1 /etc/mixers/$MIXER_SEC.mix
else
echo "[i] ERROR: FMU mode_pwm start failed"
tone_alarm $TUNE_ERR
fi
fi

Loading…
Cancel
Save