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