Skip to content

Commit

Permalink
In icom.c have set_vfo return RIG_OK immediately when VFO_CURR is req…
Browse files Browse the repository at this point in the history
…uested

#625
  • Loading branch information
mdblack98 committed Mar 23, 2021
1 parent 86ca6de commit eb952ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rigs/icom/icom.c
Original file line number Diff line number Diff line change
Expand Up @@ -7616,6 +7616,7 @@ static int set_vfo_curr(RIG *rig, vfo_t vfo, vfo_t curr_vfo)
rig_debug(RIG_DEBUG_TRACE, "%s: Asking for currVFO, currVFO=%s\n", __func__,
rig_strvfo(rig->state.current_vfo));
vfo = rig->state.current_vfo;
RETURNFUNC(RIG_OK);
}

if (vfo == RIG_VFO_MAIN && VFO_HAS_A_B_ONLY)
Expand Down

0 comments on commit eb952ad

Please sign in to comment.