uUpdate hamlib_check_rig_caps

pull/976/head
Mike Black W9MDB 2022-02-11 14:48:31 -06:00
rodzic a9916a8506
commit 191aabc087
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -204,7 +204,8 @@ const struct rig_caps adt_200a_caps =
.power2mW = adat_power2mW,
.mW2power = adat_mW2power,
.get_powerstat = adat_get_powerstat
.get_powerstat = adat_get_powerstat,
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
};
// ---------------------------------------------------------------------------