summaryrefslogtreecommitdiff
path: root/board/meep/board.c
diff options
context:
space:
mode:
authorDiana Z <dzigterman@chromium.org>2018-08-02 09:37:26 -0600
committerchrome-bot <chrome-bot@chromium.org>2018-08-06 17:18:04 -0700
commit9a5a7f3692a3e6627ecbce83b799f175cd75b4b9 (patch)
tree4134b597b53a002fc365b544f4ac129d2dda7158 /board/meep/board.c
parentf10a5bf004ad584183b772e845e2b5478eb12a83 (diff)
downloadchrome-ec-9a5a7f3692a3e6627ecbce83b799f175cd75b4b9.tar.gz
meep: confirm thermistor parts
Confirmed that meep is using thermistors with the same b-constants as yorp, so removing the TODO to overwrite the yorp values BRANCH=None BUG=b:111920102 TEST=builds Change-Id: Iccf7ba59b0c137b33d7544807d82d6e814a2e259 Signed-off-by: Diana Z <dzigterman@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/1160867 Reviewed-by: Jett Rink <jettrink@chromium.org>
Diffstat (limited to 'board/meep/board.c')
-rw-r--r--board/meep/board.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/meep/board.c b/board/meep/board.c
index ef78f518b7..5fb62c4b91 100644
--- a/board/meep/board.c
+++ b/board/meep/board.c
@@ -92,7 +92,6 @@ const struct temp_sensor_t temp_sensors[] = {
.read = charge_get_battery_temp,
.idx = 0,
.action_delay_sec = 1},
- /* TODO(b/111920102): confirm thermistor parts */
[TEMP_SENSOR_AMBIENT] = {.name = "Ambient",
.type = TEMP_SENSOR_TYPE_BOARD,
.read = get_temp_3v3_51k1_47k_4050b,