Skip to content

Commit

Permalink
fixed Intel
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredmales committed Aug 7, 2024
1 parent 6dc8fff commit 8d91cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/sysMonitor/sysMonitor.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ int sysMonitor::parseCPUTemperatures( float& temp,
{
if (m_sysType == sysType::Intel)
{
return parseCPUTemperaturesAMD(temp, line);
return parseCPUTemperaturesIntel(temp, line);
}
else if (m_sysType == sysType::AMD)
{
Expand Down

0 comments on commit 8d91cf3

Please sign in to comment.