Changeset 43652


Ignore:
Timestamp:
03/05/19 17:11:59 (5 years ago)
Author:
gost
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/titan.c

    r43651 r43652  
    850850        if(checkbox("DM7020HD") == 0 && checkbox("DM7020HDV2") == 0 && checkbox("VUSOLO2") == 0 && checkbox("DM900") == 0 && checkbox("DM920") == 0 && checkbox("DM520") == 0 && checkbox("DM525") == 0)
    851851                setfbosd();
    852         if(checkrealbox("HD51") == 1 || checkrealbox("HD60") == 1 || checkrealbox("HD61") == 1 || checkrealbox("SF8008") == 1 || if(checkchipset("BCM7424") == 1))
     852        if(checkrealbox("HD51") == 1 || checkrealbox("HD60") == 1 || checkrealbox("HD61") == 1 || checkrealbox("SF8008") == 1 || checkchipset("BCM7424") == 1)
    853853                setfbosdnull();
    854854        status.usedirectfb = 1;
Note: See TracChangeset for help on using the changeset viewer.