kopia lustrzana https://github.com/Hamlib/Hamlib
Fix RIG_VFO_TX clause in icom.c
rodzic
f4c009f69e
commit
876c7bd59f
|
@ -3844,7 +3844,7 @@ int icom_set_split_freq(RIG *rig, vfo_t vfo, freq_t tx_freq)
|
||||||
rig_debug(RIG_DEBUG_VERBOSE, "%s: satmode=%d, subvfo=%s\n", __func__,
|
rig_debug(RIG_DEBUG_VERBOSE, "%s: satmode=%d, subvfo=%s\n", __func__,
|
||||||
rig->state.cache.satmode, rig_strvfo(priv->tx_vfo));
|
rig->state.cache.satmode, rig_strvfo(priv->tx_vfo));
|
||||||
|
|
||||||
if (RIG_VFO_TX)
|
if (vfo == RIG_VFO_TX)
|
||||||
{
|
{
|
||||||
if (rig->state.cache.satmode) { vfo = RIG_VFO_SUB; }
|
if (rig->state.cache.satmode) { vfo = RIG_VFO_SUB; }
|
||||||
else { vfo = priv->tx_vfo; }
|
else { vfo = priv->tx_vfo; }
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define BACKEND_VER "20200609"
|
#define BACKEND_VER "20200610"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* defines used by comp_cal_str in rig.c
|
* defines used by comp_cal_str in rig.c
|
||||||
|
|
Ładowanie…
Reference in New Issue