usleep in detector taken off

This commit is contained in:
Dhanya Maliakal 2015-11-12 15:30:56 +01:00
parent 62c92dd364
commit ab9e01f212
2 changed files with 1 additions and 2 deletions

View File

@ -689,8 +689,7 @@ char *readFrame(int *ret, char *mess){
return NULL;
}
}
//usleep(0);
usleep(1000000);
//usleep(1000000);
printf("*****Done Waiting...\n");
//}
*ret = (int)FINISHED;