mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-08-14 15:33:34 -04:00
LimeSDR and BladeRF output: do not resize sample FIFO to a fixed value in the thread constructor
This commit is contained in:
@@ -40,6 +40,7 @@ BladerfOutput::BladerfOutput(DeviceSinkAPI *deviceAPI) :
|
||||
m_deviceDescription("BladeRFOutput"),
|
||||
m_running(false)
|
||||
{
|
||||
m_sampleSourceFifo.resize(16*BLADERFOUTPUT_BLOCKSIZE);
|
||||
openDevice();
|
||||
m_deviceAPI->setBuddySharedPtr(&m_sharedParams);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user