Improve timing within the protocol engines.

This commit is contained in:
Jonathan Naylor
2016-03-14 20:55:15 +00:00
parent 1d4443eafd
commit 2cfb1f458e
9 changed files with 36 additions and 14 deletions

View File

@@ -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);