[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. 1e96b1f4d76afdef3f259
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Michael B. <mdb...@us...> - 2021-01-19 18:12:52
|
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 1e96b1f4d76afdef3f25928dbecf756d1663670c (commit) from 0fe9b866d26189ab9071dc605de0ad60f2425a0d (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 1e96b1f4d76afdef3f25928dbecf756d1663670c Author: Michael Black W9MDB <mdb...@ya...> Date: Tue Jan 19 12:12:24 2021 -0600 Remove get_freq -- seems to be causing a problem with FLRig diff --git a/src/rig.c b/src/rig.c index 5b920e8f..228e4957 100644 --- a/src/rig.c +++ b/src/rig.c @@ -991,10 +991,10 @@ int HAMLIB_API rig_open(RIG *rig) } #endif - // read frequence to update internal status - freq_t freq; - if (caps->get_freq) rig_get_freq(rig, RIG_VFO_A, &freq); - if (caps->get_freq) rig_get_freq(rig, RIG_VFO_B, &freq); + // read frequency to update internal status +// freq_t freq; +// if (caps->get_freq) rig_get_freq(rig, RIG_VFO_A, &freq); +// if (caps->get_freq) rig_get_freq(rig, RIG_VFO_B, &freq); RETURNFUNC(RIG_OK); } ----------------------------------------------------------------------- Summary of changes: src/rig.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) hooks/post-receive -- Hamlib -- Ham radio control libraries |