mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-03 05:29:29 +00:00
Fix a typo in thermal engine temperature setting
Signed-off-by: Vic Yang <victoryang@chromium.org> BUG=none TEST=none Change-Id: I369522c00724c959d1eac18ca9c3ce57bd55aeff
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user