Changeset 44545 for titan/titan/global.h


Ignore:
Timestamp:
01/17/20 03:38:03 (3 years ago)
Author:
obi
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/global.h

    r44544 r44545  
    51475147                                value = value - (status.volautochangevalue * value / 100);
    51485148                }
    5149                 if(checkchipset("_3798MV200") == 0)
     5149                if(checkchipset("_3798MV200") != 1)
    51505150                        value = 63 - value * 63 / 100;
    51515151                debug(100, "set %s to %d", voldev, value);
Note: See TracChangeset for help on using the changeset viewer.