Changeset 44546


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

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/global.h

    r44545 r44546  
    51475147                                value = value - (status.volautochangevalue * value / 100);
    51485148                }
    5149                 if(checkchipset("_3798MV200") != 1)
     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.