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:
parent
a2294df9ab
commit
098f8d8af2
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user