Remove shadowed declaration from icom.c

pull/799/head
Mike Black W9MDB 2021-09-11 09:53:17 -05:00
rodzic 02f0ae986f
commit ec2d5387a7
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -751,7 +751,6 @@ int icom_get_usb_echo_off(RIG *rig)
if (ack_len == 1) // then we got an echo of the cmd
{
struct rig_state *rs = &rig->state;
unsigned char buf[16];
priv->serial_USB_echo_off = 0;
rig_debug(RIG_DEBUG_VERBOSE, "%s: USB echo on detected\n", __func__);