kopia lustrzana https://github.com/Hamlib/Hamlib
Improve comment in icom.c
rodzic
e197b90d81
commit
66b3190fa9
|
@ -3701,7 +3701,7 @@ int icom_set_split_freq(RIG *rig, vfo_t vfo, freq_t tx_freq)
|
|||
// Then we return the VFO to where it was
|
||||
if (save_vfo == RIG_VFO_MAIN && priv->split_on) { save_vfo = RIG_VFO_A; }
|
||||
|
||||
rig_debug(RIG_DEBUG_TRACE, "%s: SATMODE rig so setting vfo to %s\n", __func__,
|
||||
rig_debug(RIG_DEBUG_TRACE, "%s: SATMODE split_on rig so setting vfo to %s\n", __func__,
|
||||
rig_strvfo(save_vfo));
|
||||
|
||||
if (RIG_OK != (rc = icom_set_vfo(rig, save_vfo)))
|
||||
|
|
Ładowanie…
Reference in New Issue