Update hamlib_check_rig_caps

pull/976/head
Mike Black W9MDB 2022-02-11 14:47:31 -06:00
rodzic 81202d3477
commit a9916a8506
3 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -181,5 +181,5 @@ const struct rig_caps barrett4050_caps =
.set_split_freq = barrett_set_split_freq,
.set_split_vfo = barrett_set_split_vfo,
.get_split_vfo = barrett_get_split_vfo,
.hamlib_check_rig_caps = "HAMLIB_CHECK_RIG_CAPS"
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
};

Wyświetl plik

@ -141,6 +141,7 @@ const struct rig_caps barrett950_caps =
.set_split_freq = barrett_set_split_freq,
.set_split_vfo = barrett_set_split_vfo,
.get_split_vfo = barrett_get_split_vfo,
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
};
/*

Wyświetl plik

@ -852,4 +852,5 @@ const struct rig_caps barrett_caps =
// .get_trn = dummy_get_trn,
// .power2mW = dummy_power2mW,
// .mW2power = dummy_mW2power,
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
};