Fix RIG_VFO_TX clause in icom.c

pull/290/head
Michael Black W9MDB 2020-06-10 08:10:35 -05:00
rodzic f4c009f69e
commit 876c7bd59f
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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->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; }
else { vfo = priv->tx_vfo; }

Wyświetl plik

@ -31,7 +31,7 @@
#include <sys/time.h>
#endif
#define BACKEND_VER "20200609"
#define BACKEND_VER "20200610"
/*
* defines used by comp_cal_str in rig.c