aboutsummaryrefslogtreecommitdiff
path: root/ROMFS
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2015-01-06 19:53:52 +0100
committerLorenz Meier <lm@inf.ethz.ch>2015-01-06 19:53:52 +0100
commit74b63d08e1f2dd34b2c18be9d46d0837a9be5b9f (patch)
tree8067cbfb429f860b897ffef2081cc71096a7cb5c /ROMFS
parent5c5bba5d5f8c330715e13a0c40d116b9c3a2c937 (diff)
downloadpx4-firmware-74b63d08e1f2dd34b2c18be9d46d0837a9be5b9f.tar.gz
px4-firmware-74b63d08e1f2dd34b2c18be9d46d0837a9be5b9f.tar.bz2
px4-firmware-74b63d08e1f2dd34b2c18be9d46d0837a9be5b9f.zip
Mixer load: Be less chatty
Diffstat (limited to 'ROMFS')
-rw-r--r--ROMFS/px4fmu_common/init.d/rc.interface5
1 files changed, 1 insertions, 4 deletions
diff --git a/ROMFS/px4fmu_common/init.d/rc.interface b/ROMFS/px4fmu_common/init.d/rc.interface
index 87c9e3045..98f41b31e 100644
--- a/ROMFS/px4fmu_common/init.d/rc.interface
+++ b/ROMFS/px4fmu_common/init.d/rc.interface
@@ -9,7 +9,7 @@ then
# Load mixer
#
- #Use the mixer file from the SD-card if it exists
+ # Use the mixer file from the SD-card if it exists
if [ -f /fs/microsd/etc/mixers/$MIXER.mix ]
then
set MIXER_FILE /fs/microsd/etc/mixers/$MIXER.mix
@@ -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