1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-03 14:34:57 -04:00

BladeRF, HackRF: minor fixes

This commit is contained in:
f4exb
2019-09-15 13:31:37 +02:00
parent 500f5bc82c
commit 92856056cf
3 changed files with 2 additions and 8 deletions
@@ -183,7 +183,7 @@ void BladeRF2OutputThread::callbackMO(qint16* buf, qint32 samplesPerChannel)
if (status < 0)
{
qCritical("BladeRF2OutputThread::callbackMI: cannot interleave buffer: %s", bladerf_strerror(status));
qCritical("BladeRF2OutputThread::callbackMO: cannot interleave buffer: %s", bladerf_strerror(status));
return;
}
}