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