Changeset 4518

Show
Ignore:
Timestamp:
06/29/07 10:16:24 (6 years ago)
Author:
khali
Message:

Negative magnitudes are no longer supported.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/branches/lm-sensors-3.0.0/lib/data.h

    r4513 r4518  
    135135     and writable. 
    136136   scaling is the number of decimal points to scale by. 
    137      Divide the read value by 10**scaling to get the real value. 
    138      Scaling can be positive or negative but negative values aren't 
    139      very useful because the driver can scale that direction itself. */ 
     137     Divide the read value by 10**scaling to get the real value. */ 
    140138typedef struct sensors_chip_feature { 
    141139  sensors_feature_data data;