This commit is contained in:
maliakal_d 2021-06-28 17:27:25 +02:00
parent 343e881a3f
commit ca02d4b007
2 changed files with 3 additions and 3 deletions

View File

@ -1060,8 +1060,8 @@ int Feb_Control_StopAcquisition() {
}
// stop acquisition
// return 0;
return Feb_Control_Reset();
return 0;
// return Feb_Control_Reset();
}
return 1;
}

View File

@ -2416,7 +2416,7 @@ int stopStateMachine() {
sharedMemory_unlockLocalLink();
// Feb_Control_Reset();
Feb_Control_Reset();
// ensure all have same starting frame numbers
uint64_t retval = 0;
if (Beb_GetNextFrameNumber(&retval, send_to_ten_gig) == -2) {