Skip to content

Commit

Permalink
Remove set/get_vfo from kenwood.c Malachite SDR
Browse files Browse the repository at this point in the history
  • Loading branch information
mdblack98 committed Apr 5, 2021
1 parent 6cb6043 commit 809f274
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rigs/kenwood/ts480.c
Original file line number Diff line number Diff line change
Expand Up @@ -1074,8 +1074,8 @@ const struct rig_caps malachite_caps =
.get_xit = kenwood_get_xit,
.set_mode = kenwood_set_mode,
.get_mode = kenwood_get_mode,
.set_vfo = kenwood_set_vfo,
.get_vfo = kenwood_get_vfo_if,
// .set_vfo = kenwood_set_vfo, // Malachite does not support any VFOS
// .get_vfo = kenwood_get_vfo_if, // Malachite does not support ant VFOS
.set_split_vfo = kenwood_set_split_vfo,
.get_split_vfo = kenwood_get_split_vfo_if,
.get_ptt = kenwood_get_ptt,
Expand Down

0 comments on commit 809f274

Please sign in to comment.