Changeset 41136


Ignore:
Timestamp:
11/06/17 20:13:16 (6 years ago)
Author:
gost
Message:

fix dvbc at7600

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/frontenddev.h

    r41135 r41136  
    19051905        }
    19061906#endif
    1907 
     1907        if(checkbox("ATEMIO7600") == 1)
     1908        {
     1909                if(tpnode->frequency < 1000000)
     1910                        tpnode->frequency = tpnode->frequency * 1000;   
     1911        }
    19081912        p[0].cmd = DTV_CLEAR;
    19091913        p[1].cmd = DTV_DELIVERY_SYSTEM, p[1].u.data = system;
Note: See TracChangeset for help on using the changeset viewer.