mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-07-25 03:24:18 -04:00
M17 demod: reset BER stats manually
This commit is contained in:
@@ -138,10 +138,6 @@ void M17DemodProcessor::diagnostic_callback(
|
||||
qDebug() << "M17DemodProcessor::diagnostic_callback: " << oss.str().c_str();
|
||||
}
|
||||
|
||||
if ((!dcd) && m_this->m_prbs.sync()) { // Seems like there should be a better way to do this.
|
||||
m_this->m_prbs.reset();
|
||||
}
|
||||
|
||||
if (m_this->m_prbs.sync() && !quiet)
|
||||
{
|
||||
std::ostringstream oss;
|
||||
|
||||
Reference in New Issue
Block a user