diff --git a/public-trunk/Transceiver52M/UHDDevice.cpp b/public-trunk/Transceiver52M/UHDDevice.cpp index 372160e..fcc08c4 100644 --- a/public-trunk/Transceiver52M/UHDDevice.cpp +++ b/public-trunk/Transceiver52M/UHDDevice.cpp @@ -578,7 +578,7 @@ int uhd_device::readSamples(short *buf, int len, bool *overrun, case ERROR_TIMING: restart(prev_ts); case ERROR_UNHANDLED: - return 0; + continue; }