Remove set/get_powerstat from Xeigu X5105

This commit is contained in:
Mike Black W9MDB 2022-08-01 15:26:28 -05:00
parent 3762823255
commit 5ee3c15c3b

View File

@ -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
};