fixup Rework on audio buffer management

This commit is contained in:
Andreas Eversberg
2017-03-18 09:57:38 +01:00
parent 9dda9e1efc
commit 6e0e0c9ce8
3 changed files with 13 additions and 6 deletions

View File

@@ -369,7 +369,8 @@ int uhd_receive(float *buff, int max)
while (1) {
if (max < (int)rx_samps_per_buff) {
PDEBUG(DUHD, DEBUG_ERROR, "SDR rx buffer overflow!\n");
/* no more space this time */
PDEBUG(DUHD, DEBUG_ERROR, "SDR RX overflow!\n");
break;
}
/* read RX stream */