LimeSDR output: debug (1)

This commit is contained in:
f4exb 2017-04-22 12:08:15 +02:00
parent a2294df9ab
commit 098f8d8af2
1 changed files with 1 additions and 1 deletions

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)
{