mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-08-12 22:43:36 -04:00
Beam seering CW source: use smaller FIFO size
This commit is contained in:
@@ -33,7 +33,7 @@ BeamSteeringCWModSource::BeamSteeringCWModSource() :
|
||||
m_steeringDegrees(90),
|
||||
m_mutex(QMutex::Recursive)
|
||||
{
|
||||
m_sampleMOFifo.init(2, 4096*64);
|
||||
m_sampleMOFifo.init(2, 1200*64);
|
||||
m_vbegin.resize(2);
|
||||
|
||||
for (int i = 0; i < 2; i++)
|
||||
|
||||
Reference in New Issue
Block a user