Add debug to kenwood.c chasing down Flex problem

pull/224/head
mdblack98 2020-04-22 14:39:39 -05:00
rodzic a444e6eb20
commit d2e2fec9f3
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -326,6 +326,7 @@ transaction_read:
if (retval < 0)
{
rig_debug(RIG_DEBUG_WARN, "%s: read_string retval < 0, retval = %d, retry_read=%d, retry=%d\n", __func__, retval);
// only retry if we expect a response from the command
if (datasize && retry_read++ < rs->rigport.retry)
{