ROMFS: rc.interface: Make output less verbose to clutter boot log less

This commit is contained in:
Lorenz Meier
2014-12-13 15:33:42 +01:00
parent 02bc680a9f
commit e1c12bf67c
-4
View File
@@ -55,7 +55,6 @@ then
#
if [ $PWM_RATE != none ]
then
echo "[i] PWM rate: $PWM_RATE"
pwm rate -c $PWM_OUT -r $PWM_RATE
fi
@@ -64,17 +63,14 @@ then
#
if [ $PWM_DISARMED != none ]
then
echo "[i] PWM disarmed: $PWM_DISARMED"
pwm disarmed -c $PWM_OUT -p $PWM_DISARMED
fi
if [ $PWM_MIN != none ]
then
echo "[i] PWM min: $PWM_MIN"
pwm min -c $PWM_OUT -p $PWM_MIN
fi
if [ $PWM_MAX != none ]
then
echo "[i] PWM max: $PWM_MAX"
pwm max -c $PWM_OUT -p $PWM_MAX
fi
fi