mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-05 07:24:44 -04:00
MIMO: implemented SampleMOFifo in device sample MIMO
This commit is contained in:
@@ -42,12 +42,3 @@ void DeviceSampleMIMO::handleInputMessages()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
SampleSourceFifo* DeviceSampleMIMO::getSampleSourceFifo(unsigned int index)
|
||||
{
|
||||
if (index >= m_sampleSourceFifos.size()) {
|
||||
return nullptr;
|
||||
} else {
|
||||
return &m_sampleSourceFifos[index];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user