Add XHCG to ic706.c

This commit is contained in:
Michael Black 2018-12-22 18:04:14 -05:00
parent 005fb29cf7
commit e15b2559db

View File

@ -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,