Merge branch 'hishamhm-pull-932'

This commit is contained in:
Nathan Scott
2020-08-20 14:47:07 +10:00
15 changed files with 141 additions and 6 deletions

View File

@ -108,8 +108,11 @@ int Platform_getMaxPid() {
}
double Platform_setCPUValues(Meter* this, int cpu) {
(void) this;
(void) cpu;
double* v = this->values;
v[CPU_METER_FREQUENCY] = -1;
return 0.0;
}