Changeset 44545 for titan/titan/global.h
- Timestamp:
- 01/17/20 03:38:03 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/global.h
r44544 r44545 5147 5147 value = value - (status.volautochangevalue * value / 100); 5148 5148 } 5149 if(checkchipset("_3798MV200") == 0)5149 if(checkchipset("_3798MV200") != 1) 5150 5150 value = 63 - value * 63 / 100; 5151 5151 debug(100, "set %s to %d", voldev, value);
Note: See TracChangeset
for help on using the changeset viewer.