Correct open error for ts850 backend

Like the ts570 backend, the ts850 backend did not define a function for
rig_open in its rig_caps.  This is now fixed.  Confirmed by Ervin,
HA2OS.
Hamlib-3.1
Nate Bargmann 2016-08-28 05:27:43 -05:00
rodzic 27cc91292b
commit 50ff9f91a0
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -208,6 +208,7 @@ const struct rig_caps ts850_caps = {
.priv = (void *)&ts850_priv_caps,
.rig_init = kenwood_init,
.rig_open = kenwood_open,
.rig_cleanup = kenwood_cleanup,
.set_freq = kenwood_set_freq,
.get_freq = kenwood_get_freq,