[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. b181c1720cdea86b66b1d
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Michael B. <mdb...@us...> - 2020-07-03 13:37:37
|
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 b181c1720cdea86b66b1dc98f08581405b9eecb9 (commit) from 88cf2f6da62be50a26f76fce0aa8785ab0a3ae90 (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 b181c1720cdea86b66b1dc98f08581405b9eecb9 Author: Michael Black W9MDB <mdb...@ya...> Date: Fri Jul 3 08:37:17 2020 -0500 Fix compile error on cachetest2.c diff --git a/tests/cachetest2.c b/tests/cachetest2.c index 1ead2ef8..db427cbb 100644 --- a/tests/cachetest2.c +++ b/tests/cachetest2.c @@ -56,7 +56,7 @@ int main(int argc, char *argv[]) return 1; } - rig_set_cache_timeout_ms(my_rig, CACHE_ALL, cache_timeout); + rig_set_cache_timeout_ms(my_rig, HAMLIB_CACHE_ALL, cache_timeout); /* Give me ID info, e.g., firmware version. */ info_buf = (char *)rig_get_info(my_rig); ----------------------------------------------------------------------- Summary of changes: tests/cachetest2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- Hamlib -- Ham radio control libraries |