Add set_ts and get_ts to IC707

https://github.com/Hamlib/Hamlib/issues/1617
pull/1626/head
Mike Black W9MDB 2024-10-03 22:23:46 -05:00
rodzic f33aa9a712
commit 07e490eada
1 zmienionych plików z 3 dodań i 1 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 ".1",
.version = BACKEND_VER ".2",
.copyright = "LGPL",
.status = RIG_STATUS_STABLE,
.rig_type = RIG_TYPE_TRANSCEIVER,
@ -158,6 +158,8 @@ struct rig_caps ic707_caps =
.get_split_freq = icom_get_split_freq,
.set_split_mode = icom_set_split_mode,
.get_split_mode = icom_get_split_mode,
.set_ts = icom_set_ts,
.get_ts = icom_get_ts,
.scan = icom_scan,