Improve comment in icom.c

pull/224/head
Michael Black 2020-03-12 17:01:59 -05:00
rodzic e197b90d81
commit 66b3190fa9
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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)))