kopia lustrzana https://github.com/Hamlib/Hamlib
Fix get_vfo for Icom rigs in rigctlcom.c
rodzic
1657a0e673
commit
91ec3afcda
|
@ -962,9 +962,12 @@ static int handle_ts2000(void *arg)
|
||||||
|
|
||||||
if (retval != RIG_OK)
|
if (retval != RIG_OK)
|
||||||
{
|
{
|
||||||
|
vfo = RIG_VFO_A;
|
||||||
|
#if 0 // so we work with rigs (like Icom) that have no get_vfo
|
||||||
rig_debug(RIG_DEBUG_ERR, "%s: get vfo failed: %s\n", __func__,
|
rig_debug(RIG_DEBUG_ERR, "%s: get vfo failed: %s\n", __func__,
|
||||||
rigerror(retval));
|
rigerror(retval));
|
||||||
return retval;
|
return retval;
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue