Revert "IC-7610 cannot do get_powerstat"

This is handled in icom.c generic routine
This reverts commit 685f8c3862.
pull/1347/head
Mike Black W9MDB 2023-07-15 22:54:04 -05:00
rodzic 8cd135e2ce
commit d834a5a50d
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -350,7 +350,7 @@ struct rig_caps ic7610_caps =
RIG_MODEL(RIG_MODEL_IC7610), RIG_MODEL(RIG_MODEL_IC7610),
.model_name = "IC-7610", .model_name = "IC-7610",
.mfg_name = "Icom", .mfg_name = "Icom",
.version = BACKEND_VER ".16", .version = BACKEND_VER ".15",
.copyright = "LGPL", .copyright = "LGPL",
.status = RIG_STATUS_STABLE, .status = RIG_STATUS_STABLE,
.rig_type = RIG_TYPE_TRANSCEIVER, .rig_type = RIG_TYPE_TRANSCEIVER,
@ -582,7 +582,7 @@ struct rig_caps ic7610_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,