Changeset 22502


Ignore:
Timestamp:
07/24/13 16:32:22 (11 years ago)
Author:
nit
Message:

fix

Location:
titan/titan
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/hwtest.h

    r22493 r22502  
    210210                                        writevfd(tmpstr);
    211211                                        free(tmpstr); tmpstr = NULL;
    212                                         usleep(300000);
     212                                        usleep(600000);
    213213                                }
    214214                                free(tmpstr); tmpstr = NULL;
  • titan/titan/service.h

    r22483 r22502  
    340340       
    341341        //workaround for some audio channel not playing (for test)
    342         usleep(200000);
     342        usleep(100000);
    343343
    344344        //audio start
Note: See TracChangeset for help on using the changeset viewer.