Remove set_vfo from ICR8600 -- doesn't have any

pull/1675/head
Michael Black W9MDB 2025-02-23 16:04:35 -06:00
rodzic beea87c2ae
commit fb145e873b
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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,