Changeset 959

Show
Ignore:
Timestamp:
12/16/00 20:45:18 (12 years ago)
Author:
mds
Message:

use print_temp_info() for ds1621.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/prog/sensors/chips.c

    r953 r959  
    132132    if (valid) { 
    133133      print_label(label,10); 
    134       printf("%6.1f C (high limit: %6.1f C, low limit: %6.1f C)   ", 
    135              cur,over,hyst); 
     134      print_temp_info( cur, over, hyst, MINMAX ); 
    136135      if (alarms & (DS1621_ALARM_TEMP_HIGH | DS1621_ALARM_TEMP_LOW)) { 
    137136        printf("ALARM (");