kopia lustrzana https://github.com/Hamlib/Hamlib
Enable get_channel for prm80.c
rodzic
86c4bfb423
commit
66af5ea4c0
|
@ -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);
|
"%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,
|
rig_debug(RIG_DEBUG_ERR,
|
||||||
"%s: need to know if rig updates when channel read or not\n", __func__);
|
"%s: need to know if rig updates when channel read or not\n", __func__);
|
||||||
return -RIG_ENIMPL;
|
//return -RIG_ENIMPL;
|
||||||
}
|
}
|
||||||
|
|
||||||
return RIG_OK;
|
return RIG_OK;
|
||||||
|
|
Ładowanie…
Reference in New Issue