summaryrefslogtreecommitdiff
path: root/board/gimble/led.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/gimble/led.c')
-rw-r--r--board/gimble/led.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/board/gimble/led.c b/board/gimble/led.c
index b095c1f742..924aa53aff 100644
--- a/board/gimble/led.c
+++ b/board/gimble/led.c
@@ -77,9 +77,6 @@ __override void led_set_color_battery(enum ec_led_colors color)
led1_duty = led2_duty = led3_duty = led4_duty = BAT_LED_OFF_LVL;
- if (!led_auto_control_is_enabled(EC_LED_ID_BATTERY_LED))
- return;
-
/* Check which port is the charging port,
* and turn on the corresponding led.
*/