Remove get_vfo from FT9000Old

This commit is contained in:
Mike Black W9MDB 2023-07-25 06:35:59 -05:00
parent bbdd1dc312
commit 802892887a

View File

@ -352,7 +352,7 @@ const struct rig_caps ft9000Old_caps =
.set_mode = newcat_set_mode,
.get_mode = newcat_get_mode,
// .set_vfo = newcat_set_vfo, // old FTDX9000 does not have VS command
.get_vfo = newcat_get_vfo,
// .get_vfo = newcat_get_vfo,
.set_ptt = newcat_set_ptt,
.get_ptt = newcat_get_ptt,
.set_split_vfo = newcat_set_split_vfo,