Update hamlib_check_rig_caps

pull/976/head
Mike Black W9MDB 2022-02-11 15:00:26 -06:00
rodzic e645f34120
commit fe9760a625
3 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -170,6 +170,7 @@ const struct rig_caps eb200_caps =
.set_channel = rs_set_channel,
.get_channel = rs_get_channel,
#endif
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
};
/*

Wyświetl plik

@ -171,6 +171,7 @@ const struct rig_caps esmc_caps =
.set_channel = rs_set_channel,
.get_channel = rs_get_channel,
#endif
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
};
/*

Wyświetl plik

@ -183,6 +183,7 @@ const struct rig_caps xk2100_caps =
.set_channel = gp2000_set_channel,
.get_channel = gp2000_get_channel,
#endif
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
};
/*