[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. e31500842cedc11889084
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Michael B. <mdb...@us...> - 2020-07-02 20:54:43
|
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 e31500842cedc1188908439dc1b999a2444e8a99 (commit) from df3285de60a3400cba0712fc4a35955b420fa962 (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 e31500842cedc1188908439dc1b999a2444e8a99 Author: Michael Black W9MDB <mdb...@ya...> Date: Thu Jul 2 15:54:26 2020 -0500 Ensure cache invalidated before re-reading freq in set_freq diff --git a/src/rig.c b/src/rig.c index f4282f62..6cf1cd80 100644 --- a/src/rig.c +++ b/src/rig.c @@ -1368,6 +1368,7 @@ int HAMLIB_API rig_set_freq(RIG *rig, vfo_t vfo, freq_t freq) #endif ) { + elapsed_ms(&rig->state.cache.time_freq, HAMLIB_ELAPSED_INVALIDATE); retcode = rig_get_freq(rig, vfo, &freq_new); if (retcode != RIG_OK) { return retcode; } ----------------------------------------------------------------------- Summary of changes: src/rig.c | 1 + 1 file changed, 1 insertion(+) hooks/post-receive -- Hamlib -- Ham radio control libraries |