summaryrefslogtreecommitdiffstats
path: root/freebsd/Platform.c
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/Platform.c')
-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;
}