diff --git a/icom/ic706.c b/icom/ic706.c index eaf719ce7..6ffc22662 100644 --- a/icom/ic706.c +++ b/icom/ic706.c @@ -176,6 +176,7 @@ const struct rig_caps ic706_caps = { .max_xit = Hz(0), .max_ifshift = Hz(0), .targetable_vfo = 0, +.vfo_ops = IC706_VFO_OPS, .transceive = RIG_TRN_RIG, .bank_qty = 0, .chan_desc_sz = 0, @@ -309,6 +310,7 @@ const struct rig_caps ic706mkii_caps = { .max_xit = Hz(0), .max_ifshift = Hz(0), .targetable_vfo = 0, +.vfo_ops = IC706_VFO_OPS, .transceive = RIG_TRN_RIG, .bank_qty = 0, .chan_desc_sz = 0,