2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-31 06:15:15 +00:00

Remove reference to LM78 in ds1621.

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2357 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare
2004-03-14 20:32:44 +00:00
parent e06c39f4b5
commit 664c5caf86

View File

@@ -125,7 +125,7 @@ void print_ds1621(const sensors_chip_name *name)
double cur,hyst,over;
int alarms, valid;
if (!sensors_get_feature(*name,SENSORS_LM78_ALARMS,&cur))
if (!sensors_get_feature(*name,SENSORS_DS1621_ALARMS,&cur))
alarms = cur + 0.5;
else {
printf("ERROR: Can't get alarm data!\n");