Do not exit on UHD recv error code

This commit is contained in:
Ismael Gomez 2017-09-20 19:58:04 +02:00
parent 8fd4ba7486
commit db4045f214
1 changed files with 0 additions and 1 deletions

View File

@ -653,7 +653,6 @@ int rf_uhd_recv_with_time_multi(void *h,
return -1;
} else if (error_code != UHD_RX_METADATA_ERROR_CODE_NONE ) {
fprintf(stderr, "Error code 0x%x was returned during streaming. Aborting.\n", error_code);
return -1;
}
} while (n < nsamples && trials < 100);