summaryrefslogtreecommitdiff
path: root/board/wheelie/led.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/wheelie/led.c')
-rw-r--r--board/wheelie/led.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/wheelie/led.c b/board/wheelie/led.c
index 8c65f54568..9524a68a84 100644
--- a/board/wheelie/led.c
+++ b/board/wheelie/led.c
@@ -19,7 +19,7 @@ const int supported_led_ids_count = ARRAY_SIZE(supported_led_ids);
/*
* Board has one physical LED with red, green, and blue
*/
-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] = { 100, 0, 0 },
[EC_LED_COLOR_GREEN] = { 0, 100, 0 },