pull/224/head
Michael Black 2020-03-30 22:44:56 -05:00
commit 6060f07d55
2 zmienionych plików z 4 dodań i 9 usunięć

Wyświetl plik

@ -629,8 +629,6 @@ int ic10_get_channel(RIG *rig, channel_t *chan)
chan->width = rig_passband_normal(rig, chan->mode);
/* infobuf[17] = ' '; */
infobuf[17] = '\0';
sscanf(infobuf + 6, "%011"SCNfreq, &chan->freq);
chan->vfo = RIG_VFO_MEM;
@ -667,9 +665,6 @@ int ic10_get_channel(RIG *rig, channel_t *chan)
chan->tx_width = rig_passband_normal(rig, chan->tx_mode);
/* infobuf[17] = ' '; */
infobuf[17] = '\0';
sscanf(infobuf + 6, "%011"SCNfreq, &chan->tx_freq);
}

Wyświetl plik

@ -66,7 +66,7 @@ const struct rig_caps ts440_caps =
.mfg_name = "Kenwood",
.version = IC10_VER ".0",
.copyright = "LGPL",
.status = RIG_STATUS_ALPHA,
.status = RIG_STATUS_BETA,
.rig_type = RIG_TYPE_TRANSCEIVER,
.ptt_type = RIG_PTT_RIG,
.dcd_type = RIG_DCD_NONE,