diff options
author | Jett Rink <jettrink@chromium.org> | 2018-06-12 15:19:16 -0600 |
---|---|---|
committer | chrome-bot <chrome-bot@chromium.org> | 2018-06-12 21:50:39 -0700 |
commit | 82c8be734893f968dc946b62892f885e3725f949 (patch) | |
tree | 59ecbfab613aea4fba9fef9a7f30fd682f6e7da3 | |
parent | 622be4bc30d015c27746a58a114f131268523de9 (diff) | |
download | chrome-ec-82c8be734893f968dc946b62892f885e3725f949.tar.gz |
yorp: remove old comment
Bug is already closed
BRANCH=none
BUG=b:74602071
TEST=none
Change-Id: Ib3d4200810a495f4c803f9ecf662a9a2a655b3aa
Signed-off-by: Jett Rink <jettrink@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/1098019
Reviewed-by: Furquan Shaikh <furquan@chromium.org>
Reviewed-by: Justin TerAvest <teravest@chromium.org>
-rw-r--r-- | board/yorp/board.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/yorp/board.c b/board/yorp/board.c index b09ba4ad35..c94f338024 100644 --- a/board/yorp/board.c +++ b/board/yorp/board.c @@ -206,7 +206,6 @@ static struct stprivate_data lsm6dsm_g_data; static struct stprivate_data lsm6dsm_a_data; /* Drivers */ -/* TODO(b/74602071): Tune sensor cfg after the board is received */ struct motion_sensor_t motion_sensors[] = { [LID_ACCEL] = { .name = "Lid Accel", |