Changeset 26882


Ignore:
Timestamp:
03/03/14 12:44:49 (9 years ago)
Author:
gost
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/record.h

    r26867 r26882  
    519519        }
    520520#ifdef MIPSEL
    521         sleep(3);
     521        sleep(1);
    522522#endif 
    523523        while(1)
     
    657657                                {
    658658                                        if(status.timeshift == 0)
     659#ifdef MIPSEL
     660                                                usleep(100000);
     661#else
    659662                                                usleep(50000);
     663#endif
    660664                                        else
    661665                                                count = 19;
Note: See TracChangeset for help on using the changeset viewer.