Remove split functions from Xiegu X5105 -- it does not do split apparently

pull/1102/head
Mike Black W9MDB 2022-08-01 13:22:48 -05:00
rodzic 6bd647f4ed
commit e76bbf0e51
1 zmienionych plików z 6 dodań i 6 usunięć

Wyświetl plik

@ -153,7 +153,7 @@ const struct rig_caps x108g_caps =
RIG_MODEL(RIG_MODEL_X108G),
.model_name = "X108G",
.mfg_name = "Xiegu",
.version = BACKEND_VER ".1",
.version = BACKEND_VER ".2",
.copyright = "LGPL",
.status = RIG_STATUS_STABLE,
.rig_type = RIG_TYPE_TRANSCEIVER,
@ -843,11 +843,11 @@ const struct rig_caps x5105_caps =
.get_ctcss_sql = icom_get_ctcss_sql,
.set_dcs_code = icom_set_dcs_code,
.get_dcs_code = icom_get_dcs_code,
.set_split_freq = x108g_set_split_freq,
.get_split_freq = icom_get_split_freq,
.set_split_mode = x108g_set_split_mode,
.get_split_mode = icom_get_split_mode,
.set_split_vfo = x108g_set_split_vfo,
.set_split_freq = NULL,
.get_split_freq = NULL,
.set_split_mode = NULL,
.get_split_mode = NULL,
.set_split_vfo = NULL,
.get_split_vfo = NULL,
.set_powerstat = icom_set_powerstat,
.get_powerstat = icom_get_powerstat,