increase time between modem polls to 750us;

pull/63/head
Bryan Biedenkapp 2 years ago
parent abe45a1d53
commit 9205f514a1

@ -90,6 +90,7 @@ bool TalkgroupRulesLookup::read()
if (m_reloadTime > 0U) if (m_reloadTime > 0U)
run(); run();
setName("host:tg-lookup-tbl");
return ret; return ret;
} }

@ -1607,7 +1607,7 @@ void* Host::threadModem(void* arg)
host->m_modem->clock(ms); host->m_modem->clock(ms);
} }
Thread::sleep(0U, 50U); Thread::sleep(0U, 750U);
} }
LogDebug(LOG_HOST, "[STOP] %s", threadName.c_str()); LogDebug(LOG_HOST, "[STOP] %s", threadName.c_str());

Loading…
Cancel
Save

Powered by TurnKey Linux.