mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 06:55:52 +08:00
Improve timing within the protocol engines.
This commit is contained in:
@@ -348,11 +348,11 @@ int CMMDVMHost::run()
|
||||
m_modeTimer.clock(ms);
|
||||
|
||||
if (dstar != NULL)
|
||||
dstar->clock(ms);
|
||||
dstar->clock();
|
||||
if (dmr != NULL)
|
||||
dmr->clock(ms);
|
||||
dmr->clock();
|
||||
if (ysf != NULL)
|
||||
ysf->clock(ms);
|
||||
ysf->clock();
|
||||
|
||||
if (m_dstarNetwork != NULL)
|
||||
m_dstarNetwork->clock(ms);
|
||||
|
||||
Reference in New Issue
Block a user