Changeset 2679

Show
Ignore:
Timestamp:
08/30/04 21:23:32 (9 years ago)
Author:
khali
Message:

Display lm87 vid with 3 decimal places.

Files:
1 modified

Legend:

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

    r2665 r2679  
    18121812    if (valid) { 
    18131813      print_label(label,10); 
    1814       printf("%+6.2f V\n",cur); 
     1814      printf("%+6.3f V\n", cur); 
    18151815    } 
    18161816  }