mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 23:17:09 +08:00
Roll back holdoff timer changes.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user