2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-31 22:35:23 +00:00

Fix typo, model should be in hex.

git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@5051 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Rudolf Marek
2007-11-27 11:37:26 +00:00
parent d147525434
commit 78f7214fbb

View File

@@ -5449,8 +5449,8 @@ sub coretemp_detect
$probecpu->{'cpu family'} == 6 &&
($probecpu->{'model'} == 14 ||
$probecpu->{'model'} == 15 ||
$probecpu->{'model'} == 16 ||
$probecpu->{'model'} == 17)) {
$probecpu->{'model'} == 0x16 ||
$probecpu->{'model'} == 0x17)) {
return 9;
}
}