Remote get_ts from ic707.c -- rig does not support it

https://github.com/Hamlib/Hamlib/issues/1617
pull/1626/head
Mike Black W9MDB 2024-10-10 22:58:12 -05:00
rodzic e096426ddc
commit 327517a881
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -59,7 +59,7 @@ struct rig_caps ic707_caps =
RIG_MODEL(RIG_MODEL_IC707),
.model_name = "IC-707",
.mfg_name = "Icom",
.version = BACKEND_VER ".3",
.version = BACKEND_VER ".4",
.copyright = "LGPL",
.status = RIG_STATUS_STABLE,
.rig_type = RIG_TYPE_TRANSCEIVER,
@ -159,7 +159,7 @@ struct rig_caps ic707_caps =
.set_split_mode = icom_set_split_mode,
.get_split_mode = icom_get_split_mode,
.set_ts = icom_set_ts,
.get_ts = icom_get_ts,
// .get_ts = icom_get_ts, // apparently does not have this
.scan = icom_scan,