mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-22 16:08:39 -05:00
Tx ph.1: add Tx tab (2). Fixed core dump
This commit is contained in:
parent
60912d01c9
commit
4b02072fe4
@ -23,7 +23,7 @@ SampleSourceFifo::SampleSourceFifo(uint32_t size, uint32_t samplesChunkSize) :
|
||||
m_ir(0),
|
||||
m_iw(size/2)
|
||||
{
|
||||
assert(samplesChunkSize < m_size/4);
|
||||
assert(samplesChunkSize <= m_size/4);
|
||||
m_data.resize(2*m_size);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user