1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 13:47:01 -04:00

Restore tx implementation roadmap

This commit is contained in:
f4exb
2016-12-21 21:47:56 +01:00
parent 1769a145de
commit d7918f0ff4
2 changed files with 7 additions and 7 deletions
@@ -128,11 +128,11 @@ void FileSinkThread::tick()
m_throttleToggle = !m_throttleToggle;
}
// if (m_throttlems > m_maxThrottlems)
// {
// qDebug("FileSinkThread::tick: m_maxThrottlems: %d", m_maxThrottlems);
// m_maxThrottlems = m_throttlems;
// }
if (m_throttlems > m_maxThrottlems)
{
qDebug("FileSinkThread::tick: m_maxThrottlems: %d", m_maxThrottlems);
m_maxThrottlems = m_throttlems;
}
SampleVector::iterator readUntil;