summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/thermal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/thermal.c b/common/thermal.c
index 4f14ca3f50..a4f2ab1e0f 100644
--- a/common/thermal.c
+++ b/common/thermal.c
@@ -35,7 +35,7 @@ static struct thermal_config_t thermal_config[TEMP_SENSOR_TYPE_COUNT] = {
{THERMAL_CONFIG_NO_FLAG, {THERMAL_THRESHOLD_DISABLE_ALL}},
/* TEMP_SENSOR_TYPE_CASE */
{THERMAL_CONFIG_NO_FLAG, {341, THERMAL_THRESHOLD_DISABLE, 353,
- 318, 323, 348, 333, 338}},
+ 318, 323, 328, 333, 338}},
};
/* Fan speed settings. */