mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-28 01:00:02 +02:00
wip
This commit is contained in:
parent
a7d46b701a
commit
4b05ecd80b
@ -2388,8 +2388,7 @@ int stopStateMachine() {
|
||||
return OK;
|
||||
#else
|
||||
sharedMemory_lockLocalLink();
|
||||
if ((Feb_Control_StopAcquisition() != STATUS_IDLE) ||
|
||||
(!Beb_StopAcquisition())) {
|
||||
if ((Feb_Control_StopAcquisition() != STATUS_IDLE)) {
|
||||
LOG(logERROR, ("failed to stop acquisition\n"));
|
||||
sharedMemory_unlockLocalLink();
|
||||
return FAIL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user