Update hamlib_check_rig_caps

pull/976/head
Mike Black W9MDB 2022-02-11 14:51:43 -06:00
rodzic e166cfa7ea
commit 79ef9b7c20
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -477,6 +477,7 @@ const struct rig_caps envoy_caps =
.set_ptt = codan_set_ptt,
.get_ptt = codan_get_ptt,
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
};
const struct rig_caps ngs_caps =
@ -539,6 +540,7 @@ const struct rig_caps ngs_caps =
.set_ptt = codan_set_ptt,
.get_ptt = codan_get_ptt,
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
};