1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-04-06 03:29:12 -04:00

LimeSDR output: debug (1)

This commit is contained in:
f4exb 2017-04-22 12:08:15 +02:00
parent a2294df9ab
commit 098f8d8af2

View File

@ -83,7 +83,7 @@ void LimeSDROutputThread::run()
while (m_running)
{
callback(m_buf, 2 * res);
callback(m_buf, LIMESDROUTPUT_BLOCKSIZE);
if ((res = LMS_SendStream(m_stream, (void *) m_buf, LIMESDROUTPUT_BLOCKSIZE, &metadata, 1000)) < 0)
{