Changeset 2630

Show
Ignore:
Timestamp:
07/04/04 09:36:57 (9 years ago)
Author:
khali
Message:

Display adm1025 VID with 3 decimal places.

Files:
1 modified

Legend:

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

    r2614 r2630  
    11901190    if (valid) { 
    11911191      print_label(label,10); 
    1192       printf("%+6.2f V\n",cur); 
     1192      printf("%+6.3f V\n", cur); 
    11931193    } 
    11941194  } else