Changeset 44547 for titan/titan/global.h


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

test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/global.h

    r44546 r44547  
    52375237        }
    52385238        free(value);
    5239         tmpvol = 100 - tmpvol * 100 / 63;
     5239        if(checkchipset("3798MV200") != 1)
     5240                tmpvol = 100 - tmpvol * 100 / 63;
    52405241        if(status.volautochangevalue != 0)
    52415242        {
Note: See TracChangeset for help on using the changeset viewer.