mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-05-05 20:30:03 +02:00
1 sec usleep to stop receiver for eiger
This commit is contained in:
parent
ea4f596077
commit
9d3a171a28
@ -600,8 +600,8 @@ char *readFrame(int *ret, char *mess){
|
|||||||
if(!Feb_Control_WaitForFinishedFlag(5000))
|
if(!Feb_Control_WaitForFinishedFlag(5000))
|
||||||
printf("error in waiting for finished flag\n");
|
printf("error in waiting for finished flag\n");
|
||||||
printf("Acquisition finished\n");
|
printf("Acquisition finished\n");
|
||||||
usleep(0);
|
//usleep(0);
|
||||||
//usleep(1000000);
|
usleep(1000000);
|
||||||
printf("*****Done Waiting...\n");
|
printf("*****Done Waiting...\n");
|
||||||
//}
|
//}
|
||||||
*ret = (int)FINISHED;
|
*ret = (int)FINISHED;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user