mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-26 09:20:34 +08:00
correct indent.
This commit is contained in:
@@ -209,7 +209,7 @@ RGBLED_PWM::led()
|
||||
LedControlData led_control_data;
|
||||
|
||||
if (_led_controller.update(led_control_data) == 1) {
|
||||
_brightness = led_control_data.leds[0].brightness;
|
||||
_brightness = led_control_data.leds[0].brightness;
|
||||
switch (led_control_data.leds[0].color) {
|
||||
case led_control_s::COLOR_RED:
|
||||
_r = _brightness; _g = 0; _b = 0;
|
||||
|
||||
Reference in New Issue
Block a user