Fix tx_vfo default in rig.c

pull/1481/head
Mike Black W9MDB 2024-01-15 07:33:21 -06:00
rodzic 4d568c782e
commit 0e5d2cfc48
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -4509,7 +4509,7 @@ int HAMLIB_API rig_set_split_freq(RIG *rig, vfo_t vfo, freq_t tx_freq)
{
const struct rig_caps *caps;
int retcode, rc2;
vfo_t curr_vfo, tx_vfo;
vfo_t curr_vfo, tx_vfo = RIG_VFO_CURR;
freq_t tfreq = 0;
if (CHECK_RIG_ARG(rig))