mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 18:17:59 +02:00
wip
This commit is contained in:
@ -2399,7 +2399,7 @@ int stopStateMachine() {
|
|||||||
while (isTransmitting) {
|
while (isTransmitting) {
|
||||||
// wait for beb to send out all packets
|
// wait for beb to send out all packets
|
||||||
if (Beb_IsTransmitting(&isTransmitting, send_to_ten_gig, 1) == FAIL) {
|
if (Beb_IsTransmitting(&isTransmitting, send_to_ten_gig, 1) == FAIL) {
|
||||||
LOG(logERROR, ("failed to stop acquisition\n"));
|
LOG(logERROR, ("failed to stop beb acquisition\n"));
|
||||||
return FAIL;
|
return FAIL;
|
||||||
}
|
}
|
||||||
if (isTransmitting) {
|
if (isTransmitting) {
|
||||||
|
Reference in New Issue
Block a user