mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-05 06:25:24 +00:00
Use correct parameter for Timers
This commit is contained in:
parent
f0fc7c7ec9
commit
a09587ed26
3 changed files with 4 additions and 4 deletions
|
|
@ -59,8 +59,8 @@ m_networkWatchdog(1000U, 0U, 1500U),
|
|||
m_rfTimeoutTimer(1000U, timeout),
|
||||
m_netTimeoutTimer(1000U, timeout),
|
||||
m_packetTimer(1000U, 0U, 300U),
|
||||
m_ackTimer(ackTime, 0U, 750U),
|
||||
m_errTimer(1000U, 0U, 750U),
|
||||
m_ackTimer(1000U, 0U, ackTime),
|
||||
m_errTimer(1000U, 0U, ackTime),
|
||||
m_interval(),
|
||||
m_elapsed(),
|
||||
m_rfFrames(0U),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue