Re-enable extra get_freq so see if it fixes timeout problem on IC-7100

pull/1434/head
Mike Black W9MDB 2023-11-25 22:33:07 -06:00
rodzic 9c01045356
commit 698cb10ff3
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -2389,7 +2389,7 @@ int HAMLIB_API rig_get_freq(RIG *rig, vfo_t vfo, freq_t *freq)
RETURNFUNC(-RIG_ENAVAIL);
}
#if 0 // this seems redundant as we ask for freq a few lines below
#if 1 // this seems redundant as we ask for freq a few lines below
HAMLIB_TRACE;
retcode = caps->get_freq(rig, vfo, freq);