[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. 88cf2f6da62be50a26f76
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Michael B. <mdb...@us...> - 2020-07-03 13:35:58
|
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 88cf2f6da62be50a26f76fce0aa8785ab0a3ae90 (commit) from 4bd024c2388d2c9c0693bfdd94a73c0369535161 (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 88cf2f6da62be50a26f76fce0aa8785ab0a3ae90 Author: Michael Black W9MDB <mdb...@ya...> Date: Fri Jul 3 08:35:39 2020 -0500 Fix compile error on cachetest.c diff --git a/tests/cachetest.c b/tests/cachetest.c index 54342fd5..466bf776 100644 --- a/tests/cachetest.c +++ b/tests/cachetest.c @@ -91,7 +91,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/cachetest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- Hamlib -- Ham radio control libraries |