Enable get_channel for prm80.c

pull/518/head
Michael Black W9MDB 2021-01-17 09:58:51 -06:00
rodzic 86c4bfb423
commit 66af5ea4c0
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -406,7 +406,7 @@ int prm80_get_channel(RIG *rig, vfo_t vfo, channel_t *chan, int read_only)
"%s: please contact hamlib mailing list to implement this, rxfreq=%.0f, txfreq=%.0f\n", __func__, chan->freq, chan->tx_freq);
rig_debug(RIG_DEBUG_ERR,
"%s: need to know if rig updates when channel read or not\n", __func__);
return -RIG_ENIMPL;
//return -RIG_ENIMPL;
}
return RIG_OK;