summaryrefslogtreecommitdiff
path: root/board/atlas/led.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/atlas/led.c')
-rw-r--r--board/atlas/led.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/atlas/led.c b/board/atlas/led.c
index ec46d9d206..9cb4dabfd3 100644
--- a/board/atlas/led.c
+++ b/board/atlas/led.c
@@ -17,7 +17,7 @@ const enum ec_led_id supported_led_ids[] = {
};
const int supported_led_ids_count = ARRAY_SIZE(supported_led_ids);
-struct pwm_led led_color_map[EC_LED_COLOR_COUNT] = {
+struct pwm_led_color_map led_color_map[EC_LED_COLOR_COUNT] = {
/* Red, Green, Blue */
[EC_LED_COLOR_RED] = { 70, 0, 0 },
[EC_LED_COLOR_GREEN] = { 0, 35, 0 },