Code reordering and cleanup

This commit is contained in:
Andy CA6JAU 2018-01-04 01:10:33 -03:00
parent 4871ad1210
commit e1d1faea82
4 changed files with 51 additions and 89 deletions

View file

@ -77,7 +77,7 @@ void loop()
if (m_dstarEnable && m_modemState == STATE_DSTAR)
dstarTX.process();
if ((m_dmrEnable && m_modemState == STATE_DMR) || m_modemState == STATE_DMR1KCAL) {
if (m_dmrEnable && m_modemState == STATE_DMR) {
if (m_duplex)
dmrTX.process();
else