increase CMD_STATUS timeout to 75 ticks this is because when modem debug is enabled some delays may be longer then 25 ticks;

pull/12/head
Bryan Biedenkapp 4 years ago
parent 2f2fee70ba
commit cb1aad049c

@ -475,7 +475,7 @@ int HostCal::run()
m_modem->clock(0U);
timeout++;
if (timeout >= 25U) {
if (timeout >= 75U) {
break;
}

Loading…
Cancel
Save

Powered by TurnKey Linux.