summaryrefslogtreecommitdiff
path: root/board/atlas/led.c
diff options
context:
space:
mode:
authorCaveh Jalali <caveh@chromium.org>2019-04-16 14:50:00 -0700
committerchrome-bot <chrome-bot@chromium.org>2019-04-25 11:27:22 -0700
commit0f75ee24261581f59e72acf989d96c2d37db6630 (patch)
treed5c64b8d0dc9f188aa6950317ba6dffa17aa8e64 /board/atlas/led.c
parent04c85f7968a45f3f25504b8169d2a3751e588785 (diff)
downloadchrome-ec-0f75ee24261581f59e72acf989d96c2d37db6630.tar.gz
atlas: remove obsolete comment
we're going to keep the ability to turn on the blue LED channel for testing the hardware, if nothing else. BUG=b:130447080 BRANCH=none TEST=no functional change Change-Id: Ibc30c0c39cbac4a539ea7fbd55d815f66d098a5a Signed-off-by: Caveh Jalali <caveh@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/1570611 Commit-Ready: Caveh Jalali <caveh@google.com> Tested-by: Caveh Jalali <caveh@google.com> Reviewed-by: Aseda Aboagye <aaboagye@chromium.org>
Diffstat (limited to 'board/atlas/led.c')
-rw-r--r--board/atlas/led.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/atlas/led.c b/board/atlas/led.c
index d2a4657fcb..74568e9af2 100644
--- a/board/atlas/led.c
+++ b/board/atlas/led.c
@@ -17,7 +17,6 @@ const enum ec_led_id supported_led_ids[] = {
};
const int supported_led_ids_count = ARRAY_SIZE(supported_led_ids);
-/* We may not be using the blue channel long term. */
struct pwm_led led_color_map[EC_LED_COLOR_COUNT] = {
/* Red, Green, Blue */
[EC_LED_COLOR_RED] = { 70, 0, 0 },