mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-05 06:25:24 +00:00
Roll back holdoff timer changes.
This commit is contained in:
parent
90772a2a9b
commit
e600cf36bb
2 changed files with 2 additions and 7 deletions
|
|
@ -171,9 +171,7 @@ bool CDStarControl::writeModem(unsigned char *data)
|
|||
|
||||
m_rfHeader = header;
|
||||
|
||||
if (m_netState == RS_NET_IDLE)
|
||||
m_holdoffTimer.stop();
|
||||
|
||||
m_holdoffTimer.stop();
|
||||
m_ackTimer.stop();
|
||||
|
||||
m_rfBits = 1U;
|
||||
|
|
@ -468,7 +466,6 @@ void CDStarControl::writeNetwork()
|
|||
|
||||
m_netHeader = header;
|
||||
|
||||
m_holdoffTimer.start();
|
||||
m_netTimeoutTimer.start();
|
||||
m_packetTimer.start();
|
||||
m_elapsed.start();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue