Set the FICH on received network data.

This commit is contained in:
Jonathan Naylor
2016-05-17 06:30:59 +01:00
parent ac4d8af0d2
commit 7ad26a18f2
2 changed files with 15 additions and 2 deletions

View File

@@ -171,7 +171,9 @@ bool CDStarControl::writeModem(unsigned char *data)
m_rfHeader = header;
m_holdoffTimer.stop();
if (m_netState == RS_NET_IDLE)
m_holdoffTimer.stop();
m_ackTimer.stop();
m_rfBits = 1U;