summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--thermal/thermal-helper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/thermal/thermal-helper.h b/thermal/thermal-helper.h
index 93f8c21e..823140aa 100644
--- a/thermal/thermal-helper.h
+++ b/thermal/thermal-helper.h
@@ -53,7 +53,7 @@ using ::android::hardware::thermal::V1_0::CpuUsage;
using ::android::hardware::thermal::V1_0::Temperature;
using ::android::hardware::thermal::V1_0::TemperatureType;
-constexpr char kSkinSensorType[] = "quiet-therm-adc";
+constexpr char kSkinSensorType[] = "mb-therm-adc";
constexpr float kMultiplier = .001;
struct ThrottlingThresholds {