summaryrefslogtreecommitdiffstats
path: root/freebsd
diff options
context:
space:
mode:
authorDaniel Lange <DLange@git.local>2020-11-17 11:05:15 +0100
committerDaniel Lange <DLange@git.local>2020-11-17 11:05:15 +0100
commitfec9af4e6fd7e45e4cb623a84c34b92d3e506b3f (patch)
treecfc8d5daea3c49a373c4d501f9b37a354fb94c94 /freebsd
parenta94fd87b05aa23d453d6e238746b5a55e75544bd (diff)
parent1b225cd7a0af03a6349c48326118a287fc36acd0 (diff)
Merge branch 'temperature_v2' of cgzones/htop
Closes #111, closes #49 Closes #93 - thank you for leading the way @DX37 (Maxim Kurnosenko)!
Diffstat (limited to 'freebsd')
-rw-r--r--freebsd/Platform.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/freebsd/Platform.c b/freebsd/Platform.c
index 9fd2f4d0..2fc9ccc9 100644
--- a/freebsd/Platform.c
+++ b/freebsd/Platform.c
@@ -190,6 +190,7 @@ double Platform_setCPUValues(Meter* this, int cpu) {
percent = CLAMP(percent, 0.0, 100.0);
v[CPU_METER_FREQUENCY] = NAN;
+ v[CPU_METER_TEMPERATURE] = NAN;
return percent;
}

© 2014-2024 Faster IT GmbH | imprint | privacy policy