increase modem read delay to 1ms;

pull/69/head
Bryan Biedenkapp 2 years ago
parent 8c836ec336
commit f5c5748789

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

Loading…
Cancel
Save

Powered by TurnKey Linux.