mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-12-07 11:33:21 -05:00
Beam seering CW source: use smaller FIFO size
This commit is contained in:
parent
342d8d25f6
commit
8b1de21df2
@ -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++)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user