Fix spelling error in rig.c

pull/649/head
Mike Black W9MDB 2021-03-31 07:41:16 -05:00
rodzic 169c0ed2b5
commit ebbf96efac
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -3571,7 +3571,7 @@ int HAMLIB_API rig_set_split_freq(RIG *rig, vfo_t vfo, freq_t tx_freq)
if (retcode != RIG_OK) { RETURNFUNC(retcode); }
#if 0 // this verification seems to be causing bad behavior on some reigs
#if 0 // this verification seems to be causing bad behavior on some rigs
retcode = rig_get_freq(rig, tx_vfo, &tfreq);
#else
tfreq = tx_freq;