summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
Diffstat (limited to 'board')
-rw-r--r--board/glimmer/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/glimmer/board.c b/board/glimmer/board.c
index e367daff20..18ded261cd 100644
--- a/board/glimmer/board.c
+++ b/board/glimmer/board.c
@@ -248,7 +248,7 @@ struct ec_thermal_config thermal_params[] = {
{{0, 0, 0}, 0, 0},
{{0, 0, 0}, 0, 0},
{{0, 0, 0}, 0, 0},
- {{C_TO_K(65), C_TO_K(67), C_TO_K(69)}, C_TO_K(20), C_TO_K(70)},
+ {{0, 0, C_TO_K(70)}, C_TO_K(20), C_TO_K(70)},
{{0, 0, 0}, 0, 0},
};
BUILD_ASSERT(ARRAY_SIZE(thermal_params) == TEMP_SENSOR_COUNT);