Remove set/get_powerstat from Xeigu X5105

pull/1102/head
Mike Black W9MDB 2022-08-01 15:26:28 -05:00
rodzic 3762823255
commit 5ee3c15c3b
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -849,8 +849,8 @@ const struct rig_caps x5105_caps =
.get_split_mode = NULL,
.set_split_vfo = NULL,
.get_split_vfo = NULL,
.set_powerstat = icom_set_powerstat,
.get_powerstat = icom_get_powerstat,
.set_powerstat = NULL,
.get_powerstat = NULL,
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
};