kopia lustrzana https://github.com/Hamlib/Hamlib
Merge branch 'master' of https://github.com/mdblack98/Hamlib
commit
6060f07d55
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
@ -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,
|
||||
|
|
Ładowanie…
Reference in New Issue