Changeset 4422
- Timestamp:
- 05/28/07 15:33:39 (6 years ago)
- Location:
- lm-sensors/trunk
- Files:
-
- 2 modified
-
CHANGES (modified) (1 diff)
-
prog/sensors/chips.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/CHANGES
r4417 r4422 22 22 Add applesmc support 23 23 Add max6680 support 24 Fix alignment of alarm for one-limit temperatures 24 25 Program sensors-detect: Stop Super-I/O probe after first family success 25 26 Fix SMSC DME1737 detection -
lm-sensors/trunk/prog/sensors/chips.c
r4390 r4422 67 67 limitprec, n_over, degstr); 68 68 else if(minmax == MAXONLY) 69 printf("%+6.*f%s (high = %+5.*f%s) ",69 printf("%+6.*f%s (high = %+5.*f%s) ", 70 70 curprec, n_cur, degstr, 71 71 limitprec, n_over, degstr); … … 84 84 curprec, n_cur, degstr); 85 85 else if(minmax == HYSTONLY) 86 printf( "%+6.*f%s (hyst = %+5.*f%s)",86 printf("%+6.*f%s (hyst = %+5.*f%s) ", 87 87 curprec, n_cur, degstr, 88 88 limitprec, n_over, degstr);
