diff options
Diffstat (limited to 'thermal/thermal.c')
-rw-r--r-- | thermal/thermal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/thermal/thermal.c b/thermal/thermal.c index f75a760..5b51673 100644 --- a/thermal/thermal.c +++ b/thermal/thermal.c @@ -49,7 +49,7 @@ const int CPU_SENSORS[] = {4, 6, 9, 11}; #define BATTERY_SHUTDOWN_THRESHOLD 60 // device/zuk/msm8996-common/configs/thermal-engine.conf #define SKIN_THROTTLING_THRESHOLD 47 -#define SKIN_SHUTDOWN_THRESHOLD 65 +#define SKIN_SHUTDOWN_THRESHOLD 60 #define VR_THROTTLED_BELOW_MIN 58 #define GPU_LABEL "GPU" |