kopia lustrzana https://github.com/Hamlib/Hamlib
Remove set_vfo from ICR8600 -- doesn't have any
rodzic
beea87c2ae
commit
fb145e873b
|
@ -133,7 +133,7 @@ struct rig_caps icr8600_caps =
|
|||
RIG_MODEL(RIG_MODEL_ICR8600),
|
||||
.model_name = "IC-R8600",
|
||||
.mfg_name = "Icom",
|
||||
.version = BACKEND_VER ".4",
|
||||
.version = BACKEND_VER ".5",
|
||||
.copyright = "LGPL",
|
||||
.status = RIG_STATUS_STABLE,
|
||||
.rig_type = RIG_TYPE_RECEIVER,
|
||||
|
@ -308,7 +308,7 @@ struct rig_caps icr8600_caps =
|
|||
.get_freq = icom_get_freq,
|
||||
.set_mode = icom_set_mode,
|
||||
.get_mode = icom_get_mode,
|
||||
.set_vfo = icom_set_vfo,
|
||||
// .set_vfo = icom_set_vfo,
|
||||
.set_bank = icom_set_bank,
|
||||
.get_rptr_offs = icom_get_rptr_offs,
|
||||
.set_rptr_offs = icom_set_rptr_offs,
|
||||
|
|
Ładowanie…
Reference in New Issue