Skip to content
Snippets Groups Projects
Commit 5c3f2b78 authored by David Sidrane's avatar David Sidrane
Browse files

px4fmu_common:Add passivly starting the PWM rgbled driver

   Board builds may now inclulde both the PWM and I2C RGB LED
   To add the PWM RGB LED driver:The board must define
   BOARD_HAS_LED_PWM and include rgbled_pwm the moulde list.

   This change attempts to start the PWM rgbled driver, that
   may or may not be present. If it is not present the +e
   setting allows the start up to continue.
parent 50e83ac3
No related branches found
No related tags found
No related merge requests found
......@@ -140,6 +140,10 @@ then
fi
fi
# FMUv5 may have both PWM I2C RGB LED support
rgbled_pwm start
# Currently unused, but might be useful down the road
#if pca8574 start
#then
......
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