Update comment in icom.c

pull/252/head
mdblack98 2020-05-05 09:50:57 -05:00
rodzic ab63348217
commit 05ad81bd2c
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -776,7 +776,7 @@ icom_rig_open(RIG *rig)
priv->tx_vfo = RIG_VFO_MAIN;
}
#if 0 // do not do this here -- needs to be done when ranges are requested instead
#if 0 // do not do this here -- needs to be done when ranges are requested instead as this is very slow
icom_get_freq_range(rig); // try get to get rig range capability dyamically
#endif