Skip to content

Commit 8028928

Browse files
committed
Remove get_vfo from FT9000Old
1 parent bbdd1dc commit 8028928

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rigs/yaesu/ft9000.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ const struct rig_caps ft9000Old_caps =
352352
.set_mode = newcat_set_mode,
353353
.get_mode = newcat_get_mode,
354354
// .set_vfo = newcat_set_vfo, // old FTDX9000 does not have VS command
355-
.get_vfo = newcat_get_vfo,
355+
// .get_vfo = newcat_get_vfo,
356356
.set_ptt = newcat_set_ptt,
357357
.get_ptt = newcat_get_ptt,
358358
.set_split_vfo = newcat_set_split_vfo,

0 commit comments

Comments
 (0)