Update hamlib_check_rig_caps

pull/976/head
Mike Black W9MDB 2022-02-12 09:48:56 -06:00
rodzic ea7eff2f3b
commit 65cc7a76a3
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -1595,6 +1595,7 @@ const struct rig_caps pt8000a_caps =
.has_set_func = TS480_FUNC_ALL,
.set_func = kenwood_set_func,
.get_func = kenwood_get_func,
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
};
const struct confparams malachite_cfg_parms[] =
@ -1690,4 +1691,5 @@ const struct rig_caps malachite_caps =
.get_vfo = kenwood_get_vfo_if,
.set_powerstat = kenwood_set_powerstat,
.get_powerstat = kenwood_get_powerstat,
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
};