pull/234/head
Michael Black 2020-04-29 08:24:03 -05:00
commit c4e2a9a830
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -598,7 +598,7 @@ int kenwood_safe_transaction(RIG *rig, const char *cmd, char *buf,
"%s: wrong answer; len for cmd %s: expected = %d, got %d\n",
__func__, cmd, (int)expected, (int)length);
err = -RIG_EPROTO;
hl_usleep(rig->caps->timeout * 1000);
hl_usleep(50 * 1000); // let's do a short wait
}
}
while (err != RIG_OK && ++retry < rig->state.rigport.retry);