2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-09-01 14:55:27 +00:00

sensors: Report thermal sensor type 1 as CPU diode.

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@6010 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare
2012-01-13 08:48:55 +00:00
parent 847dc0b454
commit cd2ff28d7b
2 changed files with 2 additions and 1 deletions

View File

@@ -339,7 +339,7 @@ static void print_chip_temp(const sensors_chip_name *name,
sens = 4;
printf(" sensor = %s", sens == 0 ? "disabled" :
sens == 1 ? "diode" :
sens == 1 ? "CPU diode" :
sens == 2 ? "transistor" :
sens == 3 ? "thermal diode" :
sens == 4 ? "thermistor" :