This commit is contained in:
2021-06-28 17:10:33 +02:00
parent 2a85e7c71e
commit 1bad39fd69

View File

@ -2400,9 +2400,8 @@ 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) {
strcpy(mess, "Could not read delay counters\n"); LOG(logERROR, ("failed to stop acquisition\n"));
*ret = (int)FAIL; return FAIL;
return;
} }
if (isTransmitting) { if (isTransmitting) {
printf("Transmitting...\n"); printf("Transmitting...\n");