Changeset 95 for lm-sensors/trunk/lib/chips.c
- Timestamp:
- 12/20/98 17:54:03 (14 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/lib/chips.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/lib/chips.c
r93 r95 36 36 37 37 38 #define VALUE(x) (x-1) * sizeof( double)38 #define VALUE(x) (x-1) * sizeof(long) 39 39 40 40 static sensors_chip_feature lm78_features[] =
