Skip to content

Commit

Permalink
Do not attempt CAT PTT commands on the Icom IC-706mkIIG
Browse files Browse the repository at this point in the history
This rig doesn't have PTT commands and having them there causes errors
since they  are used by the  front end API even  if RTS or DTR  PTT is
selected.
  • Loading branch information
Bill Somerville committed Apr 14, 2015
1 parent 0a5b00c commit da87c81
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions icom/ic706.c
Original file line number Diff line number Diff line change
Expand Up @@ -572,8 +572,6 @@ const struct rig_caps ic706mkiig_caps = {
.set_mem = icom_set_mem,
.vfo_op = icom_vfo_op,
.scan = icom_scan,
.set_ptt = icom_set_ptt,
.get_ptt = icom_get_ptt,
.get_dcd = icom_get_dcd,
.set_ts = icom_set_ts,
.set_rptr_shift = icom_set_rptr_shift,
Expand Down

0 comments on commit da87c81

Please sign in to comment.