lights:Remove conditional rgb led starting (do all of them)

There is no need to not to start a pwm based led or a
   rgbled_ncp5623c if the old TCA62724FMG is started. They
   will all work in parallel.
This commit is contained in:
David Sidrane
2019-03-08 14:40:31 -08:00
committed by Daniel Agar
parent 91e548000f
commit eb58dae51b

View File

@@ -194,20 +194,13 @@ else
#
# Start system state indicator.
#
if ! rgbled start
rgbled start
rgbled_ncp5623c start
rgbled_pwm start
if blinkm start
then
rgbled_ncp5623c start
#
# FMUv5 may have both PWM I2C RGB LED support.
#
rgbled_pwm start
if blinkm start
then
blinkm systemstate
fi
blinkm systemstate
fi
#