Add get and set split functions for the TS450S

astyle-formatting
Bill Somerville 2017-01-20 00:22:37 +00:00
rodzic aeb726e53c
commit 08adaf2079
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -228,6 +228,8 @@ const struct rig_caps ts450s_caps = {
.get_mode = kenwood_get_mode_if,
.set_vfo = kenwood_set_vfo,
.get_vfo = kenwood_get_vfo_if,
.set_split_vfo = kenwood_set_split_vfo,
.get_split_vfo = kenwood_get_split_vfo_if,
.get_ptt = kenwood_get_ptt,
.set_ptt = kenwood_set_ptt,
.get_dcd = kenwood_get_dcd,