This commit is contained in:
Alastair Poole 2018-06-10 14:17:32 +01:00
parent 08e57b1f95
commit a82a33f546
1 changed files with 2 additions and 1 deletions

View File

@ -1200,7 +1200,8 @@ system_stats_all_get(results_t *results)
if (error)
_network_transfer_get(results);
_power_state_get(&results->power);
if (_power_battery_count_get(&results->power))
_power_state_get(&results->power);
_temperature_cpu_get(&results->temperature);