Remove get_powerstat from IC7800 -- rig does not support querying power status

pull/1662/head
Michael Black W9MDB 2025-01-06 07:14:21 -06:00
rodzic 181831bbd8
commit 1ad817dea9
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -167,7 +167,7 @@ struct rig_caps ic7800_caps =
RIG_MODEL(RIG_MODEL_IC7800), RIG_MODEL(RIG_MODEL_IC7800),
.model_name = "IC-7800", .model_name = "IC-7800",
.mfg_name = "Icom", .mfg_name = "Icom",
.version = BACKEND_VER ".7", .version = BACKEND_VER ".8",
.copyright = "LGPL", .copyright = "LGPL",
.status = RIG_STATUS_STABLE, .status = RIG_STATUS_STABLE,
.rig_type = RIG_TYPE_TRANSCEIVER, .rig_type = RIG_TYPE_TRANSCEIVER,
@ -347,7 +347,7 @@ struct rig_caps ic7800_caps =
.set_split_vfo = icom_set_split_vfo, .set_split_vfo = icom_set_split_vfo,
.get_split_vfo = icom_get_split_vfo, .get_split_vfo = icom_get_split_vfo,
.set_powerstat = icom_set_powerstat, .set_powerstat = icom_set_powerstat,
.get_powerstat = icom_get_powerstat, // .get_powerstat = icom_get_powerstat,
.send_morse = icom_send_morse, .send_morse = icom_send_morse,
.stop_morse = icom_stop_morse, .stop_morse = icom_stop_morse,
.wait_morse = rig_wait_morse, .wait_morse = rig_wait_morse,