edited getdatafromdetector to not stop detector for eiger

This commit is contained in:
Dhanya Maliakal
2015-11-17 12:00:42 +01:00
parent 66db11421f
commit bc55f9d1e4
4 changed files with 105 additions and 97 deletions

View File

@@ -622,10 +622,10 @@ int startStateMachine(){
int stopStateMachine(){
printf("Going to stop acquisition\n");
cprintf(BG_RED,"Going to stop acquisition\n");
if(Feb_Control_StopAcquisition() & Beb_StopAcquisition())
return OK;
printf("failed to stop acquisition\n");
cprintf(BG_RED,"failed to stop acquisition\n");
return FAIL;
}