mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-20 17:37:35 +08:00
5c3f2b783f
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.