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

LimeSDR MIMO: unsuccessful attempt to fix

This commit is contained in:
f4exb
2020-04-18 18:32:56 +02:00
parent 7e82ede7ae
commit 4bca8efd6a
8 changed files with 323 additions and 364 deletions
@@ -53,6 +53,7 @@ void LimeSDRMOThread::startWork()
if (LMS_StartStream(m_stream0) < 0)
{
qCritical("LimeSDROutputThread::startWork: could not start stream 0");
return;
}
else
{
@@ -66,6 +67,8 @@ void LimeSDRMOThread::startWork()
if (LMS_StartStream(m_stream1) < 0)
{
qCritical("LimeSDROutputThread::startWork: could not start stream 1");
LMS_StopStream(m_stream0);
return;
}
else
{