summaryrefslogtreecommitdiffstats
path: root/unsupported/Platform.c
diff options
context:
space:
mode:
Diffstat (limited to 'unsupported/Platform.c')
-rw-r--r--unsupported/Platform.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/unsupported/Platform.c b/unsupported/Platform.c
index 80df7395..2492aa2f 100644
--- a/unsupported/Platform.c
+++ b/unsupported/Platform.c
@@ -119,6 +119,7 @@ double Platform_setCPUValues(Meter* this, int cpu) {
double* v = this->values;
v[CPU_METER_FREQUENCY] = NAN;
+ v[CPU_METER_TEMPERATURE] = NAN;
return 0.0;
}