summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/buddy/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/buddy/board.c b/board/buddy/board.c
index 4c30a35c2d..ed750809d6 100644
--- a/board/buddy/board.c
+++ b/board/buddy/board.c
@@ -91,7 +91,7 @@ BUILD_ASSERT(ARRAY_SIZE(temp_sensors) == TEMP_SENSOR_COUNT);
*/
struct ec_thermal_config thermal_params[] = {
/* Only the AP affects the thermal limits and fan speed. */
- {{C_TO_K(103), C_TO_K(104), C_TO_K(105)}, C_TO_K(70), C_TO_K(98)},
+ {{C_TO_K(99), C_TO_K(100), C_TO_K(105)}, C_TO_K(70), C_TO_K(98)},
{{0, 0, 0}, 0, 0},
{{0, 0, 0}, 0, 0},
{{0, 0, 0}, 0, 0},