diff --git a/slsDetectorServers/eigerDetectorServer/FebControl.c b/slsDetectorServers/eigerDetectorServer/FebControl.c index 8a27d7767..a59b4316d 100644 --- a/slsDetectorServers/eigerDetectorServer/FebControl.c +++ b/slsDetectorServers/eigerDetectorServer/FebControl.c @@ -1006,9 +1006,9 @@ int Feb_Control_StopAcquisition() { "trigger\n")); return 0; }*/ - if (!Feb_Interface_WriteRegister(Feb_Control_AddressToAll(), - DAQ_REG_CTRL, - orig_value | DAQ_CTRL_STOP, 0, 0)) { + if (!Feb_Interface_WriteRegister( + Feb_Control_AddressToAll(), DAQ_REG_CTRL, DAQ_CTRL_STOP, 0, + 0)) { // orig_value | DAQ_CTRL_STOP, 0, 0)) { LOG(logERROR, ("Could not send last frames.\n")); return 0; }