Fix OscOffset removal bug.

This commit is contained in:
Jonathan Naylor 2017-03-09 07:54:32 +00:00 committed by GitHub
parent f3a589ce56
commit 29d0fecbb8

View file

@ -979,7 +979,7 @@ bool CModem::setConfig()
buffer[10U] = m_dmrDelay;
buffer[11U] = 0U; // Was OscOffset
buffer[11U] = 128U; // Was OscOffset
buffer[12U] = (m_dstarTXLevel * 255U) / 100U;
buffer[13U] = (m_dmrTXLevel * 255U) / 100U;