summaryrefslogtreecommitdiff
path: root/board/atlas
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2022-06-27 13:21:21 -0600
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-07-01 15:03:39 +0000
commit973729efcd4359648194bcf5c9602bef175f7a3e (patch)
tree632cbfcee0d4847c43e3f1dec8b5a411df5044cd /board/atlas
parent5007adde845205b817896f67ceda6507e9e23165 (diff)
downloadchrome-ec-973729efcd4359648194bcf5c9602bef175f7a3e.tar.gz
board/atlas/led.c: Format with clang-format
BUG=b:236386294 BRANCH=none TEST=none Change-Id: Iabb40a95b73219200754dcc8721ee78430f4d3cc Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3727996 Reviewed-by: Jeremy Bettis <jbettis@chromium.org>
Diffstat (limited to 'board/atlas')
-rw-r--r--board/atlas/led.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/board/atlas/led.c b/board/atlas/led.c
index 9cb4dabfd3..6cc36c1e9a 100644
--- a/board/atlas/led.c
+++ b/board/atlas/led.c
@@ -18,13 +18,13 @@ const enum ec_led_id supported_led_ids[] = {
const int supported_led_ids_count = ARRAY_SIZE(supported_led_ids);
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 },
- [EC_LED_COLOR_BLUE] = { 0, 0, 100 },
- [EC_LED_COLOR_YELLOW] = { 55, 15, 0 },
- [EC_LED_COLOR_WHITE] = { 62, 100, 31 },
- [EC_LED_COLOR_AMBER] = { 100, 31, 0 },
+ /* Red, Green, Blue */
+ [EC_LED_COLOR_RED] = { 70, 0, 0 },
+ [EC_LED_COLOR_GREEN] = { 0, 35, 0 },
+ [EC_LED_COLOR_BLUE] = { 0, 0, 100 },
+ [EC_LED_COLOR_YELLOW] = { 55, 15, 0 },
+ [EC_LED_COLOR_WHITE] = { 62, 100, 31 },
+ [EC_LED_COLOR_AMBER] = { 100, 31, 0 },
};
/*