1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-08 00:44:48 -04:00

Removed Fc pos references in Sample Sink side

This commit is contained in:
f4exb
2018-05-10 14:33:17 +02:00
parent de2e018e42
commit c458f0647c
4 changed files with 2 additions and 12 deletions
@@ -26,8 +26,7 @@ BladerfOutputThread::BladerfOutputThread(struct bladerf* dev, SampleSourceFifo*
m_running(false),
m_dev(dev),
m_sampleFifo(sampleFifo),
m_log2Interp(0),
m_fcPos(0)
m_log2Interp(0)
{
std::fill(m_buf, m_buf + 2*BLADERFOUTPUT_BLOCKSIZE, 0);
}