Changeset 43684 for titan


Ignore:
Timestamp:
03/09/19 20:55:24 (5 years ago)
Author:
gost
Message:

next test starttime

Location:
titan/titan
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/global.h

    r43683 r43684  
    22582258#endif
    22592259                        status.timeupdatecount = 0;
    2260                         timeokw = 1;
     2260                        if(timeok == 0)
     2261                        {
     2262                                if(timeokz == 5)
     2263                                        timeokw = 1;
     2264                                else
     2265                                        timeokz = timeokz + 1;
     2266                        }
    22612267                        return 0;
    22622268                }
  • titan/titan/titan.c

    r43683 r43684  
    6868
    6969int timeokw = 0;
     70int timeokz = 0;
    7071
    7172#ifdef SH4
     
    580581                system("opkg remove fake-hwclock --force-depends");
    581582                timeokw = 0;
     583                timeokz = 0;
    582584        }
    583585#endif
Note: See TracChangeset for help on using the changeset viewer.