mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-05 14:35:31 +00:00
Set the FICH on received network data.
This commit is contained in:
parent
ac4d8af0d2
commit
7ad26a18f2
2 changed files with 15 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue