[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. 66af5ea4c0f52ef99997a
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Michael B. <mdb...@us...> - 2021-01-17 15:59:10
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Hamlib -- Ham radio control libraries". The branch, master has been updated via 66af5ea4c0f52ef99997afe60109270fed5cbd20 (commit) from 86c4bfb4237337950e5e66ac5efacd3d4d3ff050 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 66af5ea4c0f52ef99997afe60109270fed5cbd20 Author: Michael Black W9MDB <mdb...@ya...> Date: Sun Jan 17 09:58:51 2021 -0600 Enable get_channel for prm80.c diff --git a/rigs/prm80/prm80.c b/rigs/prm80/prm80.c index d1f97d17..49dbfe77 100644 --- a/rigs/prm80/prm80.c +++ b/rigs/prm80/prm80.c @@ -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; ----------------------------------------------------------------------- Summary of changes: rigs/prm80/prm80.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- Hamlib -- Ham radio control libraries |