Update comment in icom.c

pull/290/head
Michael Black W9MDB 2020-06-09 22:28:13 -05:00
rodzic 044126fe0b
commit 750857cdbc
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -4521,7 +4521,7 @@ int icom_set_split_freq_mode(RIG *rig, vfo_t vfo, freq_t tx_freq,
"%s: after get_split_vfos rx_vfo=%s tx_vfo=%s\n", __func__,
rig_strvfo(priv->rx_vfo), rig_strvfo(priv->tx_vfo));
// if not asking for RIG_VFO_CURR we'll use the requested VFO in the function call
// if not asking for RIG_VFO_CURR we'll use the requested VFO in the function call as tx_vfo
if (!priv->split_on && vfo != RIG_VFO_CURR) {
tx_vfo = vfo;
rig_debug(RIG_DEBUG_TRACE, "%s: split not on so using requested vfo=%s\n", __func__, rig_strvfo(tx_vfo));