mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-05 15:34:57 -04:00
LimeSDR and BladeRF output: do not resize sample FIFO to a fixed value in the thread constructor
This commit is contained in:
@@ -28,7 +28,6 @@ BladerfOutputThread::BladerfOutputThread(struct bladerf* dev, SampleSourceFifo*
|
||||
m_log2Interp(0),
|
||||
m_fcPos(0)
|
||||
{
|
||||
m_sampleFifo->resize(16*BLADERFOUTPUT_BLOCKSIZE);
|
||||
}
|
||||
|
||||
BladerfOutputThread::~BladerfOutputThread()
|
||||
|
||||
Reference in New Issue
Block a user